mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 20:20:41 +00:00
Make workspaces clickable
This commit is contained in:
parent
52a00e9d29
commit
823a8ad428
2 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,7 @@ RIGHT_MODULES=("kernel" "battery" "memory" "storage" "cpu" "volume" "uptime" "bi
|
|||
typeset -A CMDS
|
||||
CMDS[volup]="pulsemixer --change-volume +3"
|
||||
CMDS[voldown]="pulsemixer --change-volume -3"
|
||||
CMDS[focusws]="bspc desktop -f"
|
||||
|
||||
typeset -A PREFIX
|
||||
typeset -A SUFFIX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue