mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-24 11:51:50 +08:00
offload GPU by using single kitty instance
This commit is contained in:
parent
7d70dec394
commit
39341b3fbc
@ -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/*
|
||||||
|
Loading…
Reference in New Issue
Block a user