This commit is contained in:
kento2 2026-06-16 16:54:02 +02:00
parent 4055fbfe86
commit 856e135e63
10 changed files with 20 additions and 21 deletions

View file

@ -1,4 +1,6 @@
## CWM config file
ignore xclock
# Sticky groups: uncomment to enable worskpace-like behavior
sticky yes
@ -21,7 +23,7 @@ color menufg "#5294E2"
#Gaps (top, bottom, left, right)
#gap 32 8 8 8
gap 8 8 8 8
gap 18 8 8 8
# Size of manually tiled Windows in %
htile 55
@ -132,7 +134,7 @@ bind-key XF86AudioLowerVolume "vol -"
bind-key XF86AudioMute "vol ."
bind-key XF86AudioMicMute "vol !"
bind-key 4-y "playerctl play-pause"
bind-key 4-y "playerctl -p spotify play-pause 2>/dev/null || playerctl play-pause"
bind-key 4-less "playerctl previous"
bind-key 4-greater "playerctl next"