summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Koroman <jake@jakekoroman.com>2026-05-11 10:38:44 -0400
committerJake Koroman <jake@jakekoroman.com>2026-05-11 10:38:44 -0400
commit9c869f4a3fb0f42a0c29d051f8c5a8582b16663d (patch)
tree8186582cbae6d9d4ad88df3452724c41f8d8eef3
parent033358f310b3966db82eeed70ac48a21ec824692 (diff)
add volume control to sway mpd mode.
-rw-r--r--sway/config10
1 files changed, 6 insertions, 4 deletions
diff --git a/sway/config b/sway/config
index 0bcf177..111ec56 100644
--- a/sway/config
+++ b/sway/config
@@ -159,10 +159,12 @@ mode "resize" {
bindsym $mod+r mode "resize"
mode "mpd" {
- bindsym p exec mpc toggle
- bindsym n exec mpc next
- bindsym j exec mpc seek -00:00:10
- bindsym l exec mpc seek +00:00:10
+ bindsym p exec mpc toggle
+ bindsym n exec mpc next
+ bindsym j exec mpc seek -00:00:10
+ bindsym l exec mpc seek +00:00:10
+ bindsym comma exec mpc volume -5
+ bindsym period exec mpc volume +5
bindsym Return mode "default"
bindsym Escape mode "default"