Add binds to restore and clear notifcations with makoctl
This commit is contained in:
parent
e528a8fc88
commit
a6d8dbf2be
|
@ -134,6 +134,8 @@
|
||||||
|
|
||||||
# System utilities
|
# System utilities
|
||||||
"Mod4+Mod1+l" = "exec swaylockfx";
|
"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+p" = "exec ${programs.wlogout.package}/bin/wlogout";
|
||||||
"${modifier}+Shift+Return" = "exec ${programs.emacs.finalPackage}/bin/emacsclient -c";
|
"${modifier}+Shift+Return" = "exec ${programs.emacs.finalPackage}/bin/emacsclient -c";
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue