From 39341b3fbc3b69030a5fd9da235cedae00daec88 Mon Sep 17 00:00:00 2001 From: juan Date: Thu, 28 Apr 2022 16:51:10 +0800 Subject: [PATCH] offload GPU by using single kitty instance --- .config/sway/config | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 8bf5dd1..4950661 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -1,9 +1,13 @@ +output * bg $(find ~/Pictures/Wallpapers/serenade/ -type f | shuf -n1) fill + +bar swaybar_command waybar + set $mod Mod4 set $left h set $down j set $up k set $right l -set $term kitty +set $term kitty -1 set $menu wofi | xargs swaymsg exec -- ###CUSTOMIZATION START### @@ -162,7 +166,4 @@ bindsym $mod+z focus child bindsym $mod+Shift+0 move scratchpad bindsym $mod+0 scratchpad show -bar swaybar_command waybar - -output * bg $(find ~/Pictures/Wallpapers/serenade/ -type f | shuf -n1) fill include /etc/sway/config.d/*