From a0d80471f776732e52cdfe32c30f135081f6517f Mon Sep 17 00:00:00 2001 From: srdusr Date: Thu, 5 Jan 2023 22:46:52 +0200 Subject: Spawn next window/program into another desktop --- .config/sxhkd/sxhkdrc | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to '.config') diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 53d1825..4924bc5 100755 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -145,6 +145,14 @@ super + ctrl + {m,x,y,z} super + {equal,minus} layer.sh {+,-} +## Add a new desktop on the current monitor with name set by rofi +#super + plus +# bspc monitor -a "$(rofi -dmenu)" +# +## Remove the current desktop +#super + underscore +# bspc desktop -r + #--------------------------------------------------------------- # @@ -265,6 +273,9 @@ ctrl + alt + 1 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} + bspc rule -a '*' -o desktop=^{1-9,10} #--------------------------------------------------------------- @@ -363,7 +374,7 @@ super + e ~/.local/bin/scripts/Heads-Up-Display # File manager nnn -super + n +super + shift + n $TERMINAL -e nnn # File manager pcmanfm (GUI) @@ -378,6 +389,10 @@ super + shift + b #super + shift + m # thunderbird +# VirtualBox gui +super + v + /usr/bin/VirtualBox -- :0 vt1 + # Discord super + shift + d discord -- cgit v1.2.3