mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-04-19 17:52:27 +00:00
Use swapdesktop for focusing ws on lemonbar
This commit is contained in:
parent
637955f2f2
commit
9a3055bbcb
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ RIGHT_MODULES=("kernel" "battery" "memory" "storage" "cpu" "volume" "uptime" "bi
|
||||||
typeset -A CMDS
|
typeset -A CMDS
|
||||||
CMDS[volup]="pulsemixer --change-volume +3"
|
CMDS[volup]="pulsemixer --change-volume +3"
|
||||||
CMDS[voldown]="pulsemixer --change-volume -3"
|
CMDS[voldown]="pulsemixer --change-volume -3"
|
||||||
CMDS[focusws]="bspc desktop -f"
|
CMDS[focusws]="swapdesktop"
|
||||||
|
|
||||||
typeset -A PREFIX
|
typeset -A PREFIX
|
||||||
typeset -A SUFFIX
|
typeset -A SUFFIX
|
||||||
|
|
Loading…
Add table
Reference in a new issue