Flake update 2025-11-05 & Niri fix

This commit is contained in:
Julia Lange 2025-11-05 08:27:13 -08:00
parent 1e89810074
commit 34de3e8028
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
5 changed files with 95 additions and 93 deletions

View file

@ -53,8 +53,8 @@
binds = with config.lib.niri.actions; {
"Mod+Return".action= spawn "${config.defaultApps.terminal}";
"Mod+Shift+Return".action = spawn "${pkgs.fuzzel}/bin/fuzzel";
"Mod+P".action = screenshot;
"Mod+Shift+P".action = screenshot-window;
"Mod+P".action.screenshot = [];
"Mod+Shift+P".action.screenshot-window = [];
"Mod+Tab".action = switch-preset-column-width;
"Mod+Shift+Q".action = quit;