(SXHkD)-BSPWM config

Was left in case I ever came back to BSPWM for any reason.  I've
settled on DWM, particularly after some *extensive* modification, so I
don't think I will.
This commit is contained in:
2024-05-07 23:57:11 +05:30
parent 4f2ec316e4
commit 907068b34d

View File

@@ -38,8 +38,7 @@ super + ctrl + L
xtrlock -b; xtrlock -b;
super + ctrl + m super + ctrl + m
mbsync -a; \ $HOME/.local/scripts/mail_fetch
notify-send -u low "Synced mail";
super + ctrl + d super + ctrl + d
notify-send -u low "Changing background"; \ notify-send -u low "Changing background"; \
@@ -107,32 +106,3 @@ super + F{3,4}
super + shift + F{3,4} super + shift + F{3,4}
xbacklight -{dec,inc} 5; \ xbacklight -{dec,inc} 5; \
notify-send -u low "Brightness: $(xbacklight)" notify-send -u low "Brightness: $(xbacklight)"
# BSPWM
# super + {_, shift + } {h,j,k,l}
# bspc node -{f,s} {west, south, north, east}
# super + {_,shift + } q
# bspc node -{c,k};
# super + alt + {q,r}
# bspc {quit,wm -r}
# super + c
# bspc node -s biggest
# super + shift + {t,f}
# notify-send -u low "Switched window state"; \
# bspc node -t {tiled,floating}
# super + f
# bspc node -t ~fullscreen
# super + {_,shift + }{1,2,3,4}
# bspc {desktop -f,node -d} {Development,Browser,Media,4}
# hyper + {_,shift + }{1,2,3,4}
# bspc {desktop -f,node -d} {Development,Browser,Media,4}
# super + {comma,period}
# bspc node -z {left -20 0,right 20 0};