users/jordan: update niri keybinds
Some checks failed
Check flake / build-amd64-linux (push) Failing after 1m2s

This commit is contained in:
2026-01-10 15:24:41 +00:00
parent 6204900633
commit 1e605c6e58

View File

@@ -118,6 +118,7 @@ in
allow-when-locked = true;
};
"Mod+Q".action = close-window;
"Mod+Space".action = spawn "noctalia-shell" "ipc" "call" "launcher" "toggle";
"Mod+n".action = focus-column-left;
"Mod+left".action = focus-column-left;
@@ -196,9 +197,11 @@ in
"Mod+y".action = toggle-column-tabbed-display;
# "Print".action = screenshot;
# "Ctrl+Print".action = screenshot-screen { };
# "Alt+Print".action = screenshot-window;
"Print".action.screenshot = { };
"Ctrl+Print".action.screenshot-screen = {
show-pointer = false;
};
"Alt+Print".action.screenshot-window = { };
"Mod+Escape" = {
action = toggle-keyboard-shortcuts-inhibit;