diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-01-23 14:45:17 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-01-23 14:45:17 +0100 |
commit | 6283e7caeb1cf4dc953671ec11956430cf6aa0c5 (patch) | |
tree | bd8c9fed77113ea26abbc81daddcfb59f9b6fc62 /accounts/gkleen@sif/niri | |
parent | 0843e3b95a15980cfa160d7e6fcd3c9306008eeb (diff) | |
download | nixos-6283e7caeb1cf4dc953671ec11956430cf6aa0c5.tar nixos-6283e7caeb1cf4dc953671ec11956430cf6aa0c5.tar.gz nixos-6283e7caeb1cf4dc953671ec11956430cf6aa0c5.tar.bz2 nixos-6283e7caeb1cf4dc953671ec11956430cf6aa0c5.tar.xz nixos-6283e7caeb1cf4dc953671ec11956430cf6aa0c5.zip |
...
Diffstat (limited to 'accounts/gkleen@sif/niri')
-rw-r--r-- | accounts/gkleen@sif/niri/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix index 71870aa4..628a8161 100644 --- a/accounts/gkleen@sif/niri/default.nix +++ b/accounts/gkleen@sif/niri/default.nix | |||
@@ -564,6 +564,10 @@ in { | |||
564 | action = spawn systemctl "hibernate"; | 564 | action = spawn systemctl "hibernate"; |
565 | allow-when-locked = true; | 565 | allow-when-locked = true; |
566 | }; | 566 | }; |
567 | "Mod+Shift+P" = { | ||
568 | action = spawn (lib.getExe pkgs.playerctl) "-a" "pause"; | ||
569 | allow-when-locked = true; | ||
570 | }; | ||
567 | 571 | ||
568 | "XF86MonBrightnessUp" = { | 572 | "XF86MonBrightnessUp" = { |
569 | action = spawn lightctl "-d" "-e4" "-n1" "up"; | 573 | action = spawn lightctl "-d" "-e4" "-n1" "up"; |