update
This commit is contained in:
parent
91e2f7ff8a
commit
d33fc248da
|
@ -14,10 +14,6 @@ super + {_,ctrl + }q
|
|||
super + m
|
||||
bspc desktop -l next
|
||||
|
||||
# send the newest marked node to the newest preselected node
|
||||
super + y
|
||||
bspc node newest.marked.local -n newest.!automatic.local
|
||||
|
||||
# swap the current node and the biggest node
|
||||
# super + g
|
||||
# bspc node -s biggest
|
||||
|
@ -30,9 +26,18 @@ super + y
|
|||
super + {t,shift + t,shift + f,f}
|
||||
bspc node -t {tiled,pseudo_tiled,floating,fullscreen}
|
||||
|
||||
# set the node flags
|
||||
super + ctrl + {m,x,y,z}
|
||||
bspc node -g {marked,locked,sticky,private}
|
||||
# # set the node flags
|
||||
# super + ctrl + {m,x,y,z}
|
||||
# bspc node -g {marked,locked,sticky,private}
|
||||
#
|
||||
# # send the newest marked node to the newest preselected node
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue