From 465c51d18ba70306209706f55e0d18ec256b5fcd Mon Sep 17 00:00:00 2001 From: traxys Date: Wed, 2 Feb 2022 22:53:58 +0100 Subject: [PATCH] enable actual usage of mute --- graphical.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/graphical.nix b/graphical.nix index 1878dc1..9c9f9d1 100644 --- a/graphical.nix +++ b/graphical.nix @@ -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";