diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-20 21:24:07 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-20 21:24:07 +0200 |
| commit | 068fe02462a61b39b1fd4434df5b0e90b6784049 (patch) | |
| tree | 1fe106c75b3eb375108a0c7a0e506aaa8ce480c6 /modules/features | |
| parent | a257112e386a2d8be7f22426532f40a820b79f91 (diff) | |
Changed the launcher to mod+d and added screenshoting as mod+shift+s
Diffstat (limited to 'modules/features')
| -rw-r--r-- | modules/features/niri.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/features/niri.nix b/modules/features/niri.nix index 131fcab..2aa9d38 100644 --- a/modules/features/niri.nix +++ b/modules/features/niri.nix @@ -34,7 +34,8 @@ binds = { "Mod+Return".spawn-sh = lib.getExe pkgs.alacritty; "Mod+Shift+Q".close-window = {}; - "Mod+S".spawn-sh = "${lib.getExe self'.packages.ngeNoctalia} ipc call launcher toggle"; + "Mod+D".spawn-sh = "${lib.getExe self'.packages.ngeNoctalia} ipc call launcher toggle"; + "Mod+Shift+S".spawn-sh = "${lib.getExe pkgs.niri} msg action screenshot"; }; }; }; |
