This commit is contained in:
Ray Elliott 2022-04-12 10:56:24 +01:00
parent 7af5f45512
commit a8ae668011
1 changed files with 4 additions and 5 deletions

View File

@ -45,11 +45,6 @@ super + s
# super + y
# bspc node newest.marked.local -n newest.!automatic.local
# mark and send to preselected
# TODO - use single command
super + ctrl + m
bspc node -g marked && bspc node newest.marked.local -n newest.!automatic.local
#
# focus/swap
#
@ -112,6 +107,10 @@ super + ctrl + {1-9}
# super + ctrl + shift + space
# bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel
# mark and send to preselected
super + ctrl + m
bspc node -g marked && bspc node newest.marked.local -n newest.!automatic.local
#
# move/resize
#