This commit is contained in:
Christoph Hollizeck 2025-10-29 16:46:31 +01:00
parent 371a430031
commit 2129b9cedf
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

@ -204,6 +204,15 @@
"Mod+D".action.spawn = "${lib.getExe pkgs.fuzzel}";
"Mod+Alt+L".action.spawn = "hyprlock-blur";
"Mod+Escape" = {
allow-inhibiting = false;
action = actions.toggle-keyboard-shortcuts-inhibit;
};
"Print".action.screenshot = [ ];
"Ctrl+Print".action.screenshot-screen = [ ];
"Alt+Print".action.screenshot-window = [ ];
"Mod+Shift+Q" = {
action = actions.close-window;
repeat = false;