diff options
author | Julian T <julian@jtle.dk> | 2023-04-07 10:55:03 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2023-04-07 10:55:03 +0200 |
commit | 1a3378e922c92bd48e6f0c89c3038dfe7e9baca4 (patch) | |
tree | 4d4d3001dc72433a2f63458be5eec07d01ad04d1 /bspwm | |
parent | 49477137425a8ac6cf032739058f29aa2d1f9787 (diff) |
Wallpaper switch key, and oneko
Diffstat (limited to 'bspwm')
-rw-r--r-- | bspwm/.config/sxhkd/sxhkdrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bspwm/.config/sxhkd/sxhkdrc b/bspwm/.config/sxhkd/sxhkdrc index 1eee945..2a034c3 100644 --- a/bspwm/.config/sxhkd/sxhkdrc +++ b/bspwm/.config/sxhkd/sxhkdrc @@ -150,3 +150,5 @@ super + {Left,Down,Up,Right} bspc node -v {-20 0,0 20,0 -20,20 0} +super + shift + w + setwall --config $WALLCONFIG |