Cleanup configs

This commit is contained in:
Tobias Reisinger 2023-03-09 12:57:37 +01:00
parent e7ae131ef1
commit 88aff77c72
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 13 additions and 25 deletions

View file

@ -122,12 +122,6 @@ super + bracket{left,right}
super + {grave,Tab}
bspc {node,desktop} -f last
# focus the older or newer node in the focus history
super + {o,i}
bspc wm -h off; \
bspc node {older,newer} -f; \
bspc wm -h on
# focus or send to the given desktop
super + {_,shift + }{1-9,0}
bspc {desktop -f,node -d} '^{1-9,10}'