From 2638be8e14bcd2c9b458ef6c4f233e901e90f83b Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 17 Oct 2022 22:13:40 +0200 Subject: [PATCH] sway: group common options under --- .config/sway/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 08ff405..bde9268 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -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'