niri: add screenshots sodiboo/niri-flake#1380
This commit is contained in:
parent
371a430031
commit
2129b9cedf
1 changed files with 9 additions and 0 deletions
|
|
@ -204,6 +204,15 @@
|
||||||
"Mod+D".action.spawn = "${lib.getExe pkgs.fuzzel}";
|
"Mod+D".action.spawn = "${lib.getExe pkgs.fuzzel}";
|
||||||
"Mod+Alt+L".action.spawn = "hyprlock-blur";
|
"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" = {
|
"Mod+Shift+Q" = {
|
||||||
action = actions.close-window;
|
action = actions.close-window;
|
||||||
repeat = false;
|
repeat = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue