From 6e225ef11b251ee7477a87f9ad42da81a776e08e Mon Sep 17 00:00:00 2001 From: srdusr Date: Sat, 7 Jan 2023 12:52:37 +0200 Subject: Changed size of Spawn next window/program into predefined floating window --- .config/sxhkd/sxhkdrc | 8 ++++---- 1 file 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} -- cgit v1.2.3