thelio76: stuff
This commit is contained in:
parent
6bbb9333cc
commit
aa8c5b83e7
|
@ -3,10 +3,12 @@
|
|||
services.sxhkd = {
|
||||
enable = true;
|
||||
keybindings = {
|
||||
# the window-command might not work...
|
||||
"super + space" = ''
|
||||
rofi -show-icons \
|
||||
-show combi -modes combi \
|
||||
-combi-modes "window,drun,run" \
|
||||
-window-command "bspc node -s {window} || bspc node {window} -d focused" \
|
||||
-monitor $(bspc query --monitors -m focused --names)
|
||||
'';
|
||||
|
||||
|
@ -68,6 +70,9 @@
|
|||
"super + {_,shift + }{1-9,0}" =
|
||||
"bspc {desktop -f,node -d} '^{1-9,10}'";
|
||||
|
||||
# swap desktop on current monitor with desktop on the next monitor
|
||||
"super + shift + s" = "bspc monitor -f next && bspc desktop -s last";
|
||||
|
||||
#
|
||||
# move/resize
|
||||
#
|
||||
|
|
|
@ -61,6 +61,7 @@
|
|||
picard
|
||||
rawtherapee
|
||||
rofi
|
||||
scribus
|
||||
spotify
|
||||
sqlitebrowser
|
||||
steam
|
||||
|
|
Loading…
Reference in New Issue