mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-05 10:24:57 +02:00
enable actual usage of mute
This commit is contained in:
parent
a5d7770454
commit
465c51d18b
1 changed files with 1 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue