Add keybind to toggle do not disturb
This commit is contained in:
parent
e243bba75d
commit
1815782f9a
1 changed files with 2 additions and 1 deletions
|
@ -204,7 +204,8 @@ in
|
|||
"XF86AudioMute" = "exec ${pkgs.pamedia}/bin/pamedia mute";
|
||||
"XF86Calculator" = "exec ${pkgs.gnome.gnome-calculator}/bin/gnome-calculator";
|
||||
|
||||
"${mod}+d" = "exec ${pkgs.swaynotificationcenter}/bin/swaync-client -t -sw";
|
||||
"${mod}+d" = "exec ${pkgs.swaynotificationcenter}/bin/swaync-client --toggle-panel --skip-wait";
|
||||
"${mod}+Shift+d" = "exec ${pkgs.swaynotificationcenter}/bin/swaync-client --toggle-dnd --skip-wait";
|
||||
};
|
||||
|
||||
modes = {
|
||||
|
|
Loading…
Reference in a new issue