diff options
Diffstat (limited to 'sxhkd')
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 2276c2d..deed203 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -40,9 +40,9 @@ XF86Mail XF86Calculator bspc query -N -d Musique || gmpc & bspc desktop -f Musique -# alternate between the tiled and monocle layout +# alternate between the tiled and fullscreen for the window super + f - bspc desktop -l next + bspc node --state ~fullscreen # send the newest marked node to the newest preselected node super + y @@ -133,11 +133,6 @@ super + shift + {Left,Down,Up,Right} super + alt + shift + {h,j,k,l} bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0} -# move a floating window -#super + {Left,Down,Up,Right} -# bspc node -v {-20 0,0 20,0 -20,20 0} -# - super + {Up,Down,Left,Right} bspc node {north,south,west,east} -f @@ -156,9 +151,9 @@ super + n super + a bspc node @parent -f -super + m - test -z $(bspc query -N -n any.marked) && bspc node -g marked; \ - bspc node --swap any.marked --follow && bspc node any.marked -g marked=off +#super + m +# test -z $(bspc query -N -n any.marked) && bspc node -g marked; \ +# bspc node --swap any.marked --follow && bspc node any.marked -g marked=off super + button{4,5} bspc desktop -f {prev,next}.local |