Add binds to restore and clear notifcations with makoctl

This commit is contained in:
Evie Litherland-Smith 2024-05-29 09:13:51 +01:00
parent e528a8fc88
commit a6d8dbf2be

View file

@ -134,6 +134,8 @@
# System utilities
"Mod4+Mod1+l" = "exec swaylockfx";
"${modifier}+z" = "exec ${pkgs.mako}/bin/makoctl restore";
"${modifier}+Shift+z" = "exec ${pkgs.mako}/bin/makoctl dismiss -a";
"${modifier}+Shift+p" = "exec ${programs.wlogout.package}/bin/wlogout";
"${modifier}+Shift+Return" = "exec ${programs.emacs.finalPackage}/bin/emacsclient -c";
};