From 433080bcbad7b0747991c54ead75d7df5fe04ffd Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 29 Jul 2020 17:29:59 -0500 Subject: [PATCH] sxhkd: Add useful bspwm hotkeys --- .config/sxhkd/sxhkdrc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index a81764d8..6ffd2f67 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -46,16 +46,19 @@ alt + m bspc desktop -l next # Switch current node with biggest on current desktop alt + g - bspc node -s biggest --follow -d focused + bspc node -s biggest.local --follow +# Focus the node for the given path jump +alt + {a,c} + bspc node -f {@parent,biggest.descendant_of} +# Rotate, equalize, or balance selection +alt + {r,e,u} + bspc node -{R 90,E,B @/} # Set window states alt + {t,shift + t,f,shift + f} bspc node -t {tiled,pseudo_tiled,floating,fullscreen} # Set node flags alt + ctrl + {x,y,z} bspc node -g {locked,sticky,private} -# Focus the node for the given path jump -alt + {a,b} - bspc node -f @{parent,brother} # Focus the next/previous node in the current desktop alt + {_,shift + }c bspc node -f {next,prev}.local