This commit is contained in:
Ray Elliott 2020-11-21 00:16:08 +00:00
parent 91e2f7ff8a
commit d33fc248da
1 changed files with 12 additions and 7 deletions

View File

@ -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