diff options
| -rwxr-xr-x | .config/sxhkd/sxhkdrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 7437c3e..e2af0cf 100755 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -262,12 +262,12 @@ super + shift + s bspc node -t pseudo_tiled; bspc node -t floating && wtp 340 40 680 700 "$(pfw)" # Spawn next window/program into predefined floating window -ctrl + alt + 1 - bspc rule -a '*' -o state=floating rectangle=680x700+340+40 +super + ctrl + s + bspc rule -a '*' -o state=floating rectangle=720x480+320+200 # Spawn next window/program into predefined smaller Heads-Up-Display like floating window -ctrl + alt + 2 - bspc rule -a '*' -o state=floating rectangle=320x140+1030+32 +#ctrl + alt + 2 +# bspc rule -a '*' -o state=floating rectangle=320x140+1030+32 # Spawn next window/program into another desktop super + alt + {1-9,0} |
