enable actual usage of mute

This commit is contained in:
traxys 2022-02-02 22:53:58 +01:00
parent a5d7770454
commit 465c51d18b

View file

@ -188,6 +188,7 @@ in
"${mod}+Return" = "exec ${terminal}";
"${mod}+Shift+e" =
"exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'";
"XF86AudioMute" = "exec ${pkgs.pulseaudio}/bin/pactl set-sink-mute 50 toggle";
"${mod}+u" = "fullscreen toggle";
"${mod}+comma" = "layout tabbed";