finally an lfrc
This commit is contained in:
parent
91595d7150
commit
bf95e02fc1
3 changed files with 98 additions and 3 deletions
|
@ -18,7 +18,7 @@ super + shift + f
|
|||
super + shift + n
|
||||
thunderbird
|
||||
super + shift + Return
|
||||
$FILEMANAGER
|
||||
$TERMINAL -e lf
|
||||
|
||||
super + shift + d
|
||||
discord
|
||||
|
@ -137,7 +137,7 @@ super + bracket{left,right}
|
|||
bspc desktop -f {prev,next}.local
|
||||
|
||||
# focus the older or newer node in the focus history
|
||||
super + {o,i}sdfsdf
|
||||
super + {o,i}
|
||||
bspc wm -h off; \
|
||||
bspc node {older,newer} -f; \
|
||||
bspc wm -h on
|
||||
|
@ -146,6 +146,10 @@ super + {o,i}sdfsdf
|
|||
super + {_,shift + }{1-9,0}
|
||||
bspc {desktop -f,node -d} '^{1-9,10}'
|
||||
|
||||
# rotate the tree rooted at the selected node
|
||||
super + {r,R}
|
||||
bspc node @parent -R {90,270}
|
||||
|
||||
#
|
||||
# preselect
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue