diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-01-07 12:52:37 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-01-07 12:52:37 +0200 |
| commit | 6e225ef11b251ee7477a87f9ad42da81a776e08e (patch) | |
| tree | 2fa7cc7198548f9029f789d2a7818388896795ae /.config/sxhkd | |
| parent | bd226400e1891de7b5f7ac903986645cd60318ca (diff) | |
| download | dotfiles-6e225ef11b251ee7477a87f9ad42da81a776e08e.tar.gz dotfiles-6e225ef11b251ee7477a87f9ad42da81a776e08e.zip | |
Changed size of Spawn next window/program into predefined floating window
Diffstat (limited to '.config/sxhkd')
| -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} |
