diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-01-05 22:46:52 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-01-05 22:46:52 +0200 |
| commit | a0d80471f776732e52cdfe32c30f135081f6517f (patch) | |
| tree | 12fbf35f9daf4346d29306d22fadac2f3f950ed9 /.config | |
| parent | 2346f890242df6ee11fb3d7251998f333c1d4b51 (diff) | |
| download | dotfiles-a0d80471f776732e52cdfe32c30f135081f6517f.tar.gz dotfiles-a0d80471f776732e52cdfe32c30f135081f6517f.zip | |
Spawn next window/program into another desktop
Diffstat (limited to '.config')
| -rwxr-xr-x | .config/sxhkd/sxhkdrc | 17 |
1 files changed, 16 insertions, 1 deletions
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 |
