update
This commit is contained in:
parent
7af5f45512
commit
a8ae668011
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue