users/jordan: update niri keybinds
Some checks failed
Check flake / build-amd64-linux (push) Failing after 1m2s
Some checks failed
Check flake / build-amd64-linux (push) Failing after 1m2s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user