thelio76: stuff

This commit is contained in:
Alex 2024-11-23 21:13:41 -05:00
parent 6bbb9333cc
commit aa8c5b83e7
3 changed files with 20 additions and 14 deletions

View File

@ -3,10 +3,12 @@
services.sxhkd = { services.sxhkd = {
enable = true; enable = true;
keybindings = { keybindings = {
# the window-command might not work...
"super + space" = '' "super + space" = ''
rofi -show-icons \ rofi -show-icons \
-show combi -modes combi \ -show combi -modes combi \
-combi-modes "window,drun,run" \ -combi-modes "window,drun,run" \
-window-command "bspc node -s {window} || bspc node {window} -d focused" \
-monitor $(bspc query --monitors -m focused --names) -monitor $(bspc query --monitors -m focused --names)
''; '';
@ -68,6 +70,9 @@
"super + {_,shift + }{1-9,0}" = "super + {_,shift + }{1-9,0}" =
"bspc {desktop -f,node -d} '^{1-9,10}'"; "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 # move/resize
# #

View File

@ -61,6 +61,7 @@
picard picard
rawtherapee rawtherapee
rofi rofi
scribus
spotify spotify
sqlitebrowser sqlitebrowser
steam steam