aboutsummaryrefslogtreecommitdiffstats
path: root/.config/sway/config.d
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2025-01-06 17:47:23 +0100
committerDavid Runge <dave@sleepmap.de>2025-01-06 17:47:23 +0100
commitcea647d37a1ea10d9b2dc547d12b2732bcc3f4df (patch)
tree0a81081831cbde1d2c3bcfdd97d41ac3c1ddc40f /.config/sway/config.d
parent22f25ade769f113cbe98d8f423d94c7914bc0a6c (diff)
downloaddotfiles-cea647d37a1ea10d9b2dc547d12b2732bcc3f4df.tar.gz
dotfiles-cea647d37a1ea10d9b2dc547d12b2732bcc3f4df.tar.bz2
dotfiles-cea647d37a1ea10d9b2dc547d12b2732bcc3f4df.tar.xz
dotfiles-cea647d37a1ea10d9b2dc547d12b2732bcc3f4df.zip
feat(sway): Add custom keybindings for hmbx hostHEADmaster
Signed-off-by: David Runge <dave@sleepmap.de>
Diffstat (limited to '.config/sway/config.d')
-rw-r--r--.config/sway/config.d/hmbx-bindsym4
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"