diff options
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gkleen@sif/niri/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix index aa109616..afedd6e3 100644 --- a/accounts/gkleen@sif/niri/default.nix +++ b/accounts/gkleen@sif/niri/default.nix | |||
@@ -422,9 +422,11 @@ in { | |||
422 | "Mod+Shift+E".action = quit; | 422 | "Mod+Shift+E".action = quit; |
423 | "Mod+Shift+Minus" = { | 423 | "Mod+Shift+Minus" = { |
424 | action = spawn systemctl "suspend"; | 424 | action = spawn systemctl "suspend"; |
425 | allow-when-locked = true; | ||
425 | }; | 426 | }; |
426 | "Mod+Shift+Control+Minus" = { | 427 | "Mod+Shift+Control+Minus" = { |
427 | action = spawn systemctl "hibernate"; | 428 | action = spawn systemctl "hibernate"; |
429 | allow-when-locked = true; | ||
428 | }; | 430 | }; |
429 | 431 | ||
430 | "XF86MonBrightnessUp" = { | 432 | "XF86MonBrightnessUp" = { |