merge flake-parts rewrite into main #19

Manually merged
Daholli merged 62 commits from main-merge into main 2025-11-22 20:16:40 +01:00
Showing only changes of commit 2129b9cedf - Show all commits

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;