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;
|
allow-when-locked = true;
|
||||||
};
|
};
|
||||||
"Mod+Q".action = close-window;
|
"Mod+Q".action = close-window;
|
||||||
|
"Mod+Space".action = spawn "noctalia-shell" "ipc" "call" "launcher" "toggle";
|
||||||
|
|
||||||
"Mod+n".action = focus-column-left;
|
"Mod+n".action = focus-column-left;
|
||||||
"Mod+left".action = focus-column-left;
|
"Mod+left".action = focus-column-left;
|
||||||
@@ -196,9 +197,11 @@ in
|
|||||||
|
|
||||||
"Mod+y".action = toggle-column-tabbed-display;
|
"Mod+y".action = toggle-column-tabbed-display;
|
||||||
|
|
||||||
# "Print".action = screenshot;
|
"Print".action.screenshot = { };
|
||||||
# "Ctrl+Print".action = screenshot-screen { };
|
"Ctrl+Print".action.screenshot-screen = {
|
||||||
# "Alt+Print".action = screenshot-window;
|
show-pointer = false;
|
||||||
|
};
|
||||||
|
"Alt+Print".action.screenshot-window = { };
|
||||||
|
|
||||||
"Mod+Escape" = {
|
"Mod+Escape" = {
|
||||||
action = toggle-keyboard-shortcuts-inhibit;
|
action = toggle-keyboard-shortcuts-inhibit;
|
||||||
|
|||||||
Reference in New Issue
Block a user