home: Add binding to quit niri
This commit is contained in:
parent
a5015e1c98
commit
f435fc5e63
1 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,8 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
|
|||
"Mod+Ctrl+Print".action = screenshot-window;
|
||||
"Mod+Shift+Print".action = screenshot-screen;
|
||||
|
||||
"Mod+Shift+u".action = quit;
|
||||
|
||||
XF86Explorer.action = spawn [ xdg-open "https:" ];
|
||||
} // lib.mapAttrs (n: v: v // { allow-when-locked = true; }) {
|
||||
XF86MonBrightnessUp.action = spawn [ brightnessctl "-e" "set" "+5%" ];
|
||||
|
|
Loading…
Reference in a new issue