diff options
author | David Runge <dave@sleepmap.de> | 2025-01-06 17:47:23 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2025-01-06 17:47:23 +0100 |
commit | cea647d37a1ea10d9b2dc547d12b2732bcc3f4df (patch) | |
tree | 0a81081831cbde1d2c3bcfdd97d41ac3c1ddc40f /.config | |
parent | 22f25ade769f113cbe98d8f423d94c7914bc0a6c (diff) | |
download | dotfiles-cea647d37a1ea10d9b2dc547d12b2732bcc3f4df.tar.gz dotfiles-cea647d37a1ea10d9b2dc547d12b2732bcc3f4df.tar.bz2 dotfiles-cea647d37a1ea10d9b2dc547d12b2732bcc3f4df.tar.xz dotfiles-cea647d37a1ea10d9b2dc547d12b2732bcc3f4df.zip |
Signed-off-by: David Runge <dave@sleepmap.de>
Diffstat (limited to '.config')
-rw-r--r-- | .config/sway/config.d/hmbx-bindsym | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/sway/config.d/hmbx-bindsym b/.config/sway/config.d/hmbx-bindsym new file mode 100644 index 0000000..ae172c2 --- /dev/null +++ b/.config/sway/config.d/hmbx-bindsym @@ -0,0 +1,4 @@ +# volume (requires wireplumber) +bindsym --locked XF86AudioRaiseVolume exec "wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%+" +bindsym --locked XF86AudioLowerVolume exec "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-" +bindsym --locked XF86AudioMute exec "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle" |