hyprwm / Hypr

Hypr is a tiling window manager written in modern C++.
BSD 3-Clause "New" or "Revised" License
1.05k stars 32 forks source link

Volume keybinds not working for me #84

Closed vaskark closed 2 years ago

vaskark commented 2 years ago

Hi. I'm probably doing something really dumb but here goes. My volume keybinds are not working.

bind=XF86AudioMute,exec,pactl set-sink-mute @DEFAULT_SINK@ toggle
bind=XF86AudioLowerVolume,exec,pactl set-sink-volume @DEFAULT_SINK@ -5%
bind=XF86AudioRaiseVolume,exec,pactl set-sink-volume @DEFAULT_SINK@ +5%

Can someone advise me? Thanks.

vaxerski commented 2 years ago

missing , before XF86

vaskark commented 2 years ago

Awesome. Many thanks. It's a great wm.