sway: group common options under
This commit is contained in:
parent
74b1cd76a9
commit
2638be8e14
@ -8,6 +8,7 @@ set
|
||||
$right l
|
||||
$lock exec swaylock -f
|
||||
$lockt exec ~/utils/bin/sway-locker -t
|
||||
$chromium_flags --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-gpu-rasterization --enable-zero-copy --js-flags=--jitless
|
||||
$keyring "/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh"
|
||||
$term KITTY_ENABLE_WAYLAND=1 kitty -1 # qterminal alacritty
|
||||
$menu wofi --show drun
|
||||
@ -252,12 +253,12 @@ bindsym
|
||||
$mod+n exec nautilus
|
||||
$mod+Shift+n exec nemo
|
||||
$mod+m exec QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_QPA_PLATFORMTHEME=wayland vlc
|
||||
$mod+Shift+b exec brave-browser-beta --incognito --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-gpu-rasterization --enable-zero-copy --js-flags=--jitless
|
||||
$mod+Shift+b exec brave-browser-beta --incognito $chromium_flags
|
||||
$mod+Shift+w exec MOZ_USE_XINPUT2=1 MOZ_ENABLE_WAYLAND=1 ~/Downloads/firefox-dev/firefox --private-window
|
||||
$mod+Ctrl+Shift+w exec MOZ_USE_XINPUT2=1 MOZ_ENABLE_WAYLAND=1 systemctl --user start ff_nn
|
||||
$mod+Shift+g exec MOZ_USE_XINPUT2=1 MOZ_ENABLE_WAYLAND=1 firefox --private-window
|
||||
$mod+Shift+v exec ferdi --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-gpu-rasterization --enable-zero-copy
|
||||
$mod+Shift+a exec chromium-freeworld --incognito --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-gpu-rasterization --enable-zero-copy --js-flags=--jitless
|
||||
$mod+Shift+a exec chromium-freeworld --incognito $chromium_flags
|
||||
--locked $mod+Escape exec systemctl suspend -i
|
||||
$mod+Shift+o exec kitty bash -c 'powerprofilesctl set power-saver; powerprofilesctl|grep "*"; sleep 1'
|
||||
$mod+Shift+p exec kitty bash -c 'powerprofilesctl set performance; powerprofilesctl|grep "*"; sleep 1'
|
||||
|
Loading…
Reference in New Issue
Block a user