diff options
| author | Sébastien Dailly <sebastien@chimrod.com> | 2021-11-16 13:54:34 +0100 | 
|---|---|---|
| committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-11-16 13:56:50 +0100 | 
| commit | 4d2cbaf7dff9acf54bc4fb85156182bd0fb2407f (patch) | |
| tree | 3e34f7a1c4dab0c5f41e311f80ea2caae79ae936 | |
| parent | 3e0d17b7676a3e92c64ea6123cd80a9763548bd0 (diff) | |
Fullscreen window correction
| -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  | 
