diff options
Diffstat (limited to 'accounts/gkleen@sif/default.nix')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index d6b8afb7..611ae8a7 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -121,10 +121,10 @@ in { | |||
121 | sxhkd = { | 121 | sxhkd = { |
122 | enable = true; | 122 | enable = true; |
123 | keybindings = { | 123 | keybindings = { |
124 | "button8" = "pacmd set-source-mute @DEFAULT_SOURCE@ 0"; | 124 | "button8" = "${pkgs.pulseaudio}/bin/pacmd set-source-mute @DEFAULT_SOURCE@ 0"; |
125 | "@button8" = "pacmd set-source-mute @DEFAULT_SOURCE@ 1"; | 125 | "@button8" = "${pkgs.pulseaudio}/bin/pacmd set-source-mute @DEFAULT_SOURCE@ 1"; |
126 | "button9" = "pacmd set-sink-mute @DEFAULT_SINK@ 1"; | 126 | "button9" = "${pkgs.pulseaudio}/bin/pacmd set-sink-mute @DEFAULT_SINK@ 1"; |
127 | "@button9" = "pacmd set-sink-mute @DEFAULT_SINK@ 0"; | 127 | "@button9" = "${pkgs.pulseaudio}/bin/pacmd set-sink-mute @DEFAULT_SINK@ 0"; |
128 | }; | 128 | }; |
129 | }; | 129 | }; |
130 | }; | 130 | }; |