1
1
mirror of https://github.com/rywng/dotfiles.git synced 2024-11-24 20:01:49 +08:00

offload GPU by using single kitty instance

This commit is contained in:
juan 2022-04-28 16:51:10 +08:00
parent 7d70dec394
commit 39341b3fbc
No known key found for this signature in database
GPG Key ID: 63A51E78F28ACE53

View File

@ -1,9 +1,13 @@
output * bg $(find ~/Pictures/Wallpapers/serenade/ -type f | shuf -n1) fill
bar swaybar_command waybar
set $mod Mod4 set $mod Mod4
set $left h set $left h
set $down j set $down j
set $up k set $up k
set $right l set $right l
set $term kitty set $term kitty -1
set $menu wofi | xargs swaymsg exec -- set $menu wofi | xargs swaymsg exec --
###CUSTOMIZATION START### ###CUSTOMIZATION START###
@ -162,7 +166,4 @@ bindsym $mod+z focus child
bindsym $mod+Shift+0 move scratchpad bindsym $mod+Shift+0 move scratchpad
bindsym $mod+0 scratchpad show 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/* include /etc/sway/config.d/*