summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/niri
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-05-25 15:18:50 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2025-05-25 15:18:50 +0200
commit013c29a57b8208186b99dc880250fd2029915349 (patch)
treed59849622914669847b3ccca330fbd671fce9270 /accounts/gkleen@sif/niri
parent5e73837de8e294398565555d7e03d16027e29771 (diff)
downloadnixos-013c29a57b8208186b99dc880250fd2029915349.tar
nixos-013c29a57b8208186b99dc880250fd2029915349.tar.gz
nixos-013c29a57b8208186b99dc880250fd2029915349.tar.bz2
nixos-013c29a57b8208186b99dc880250fd2029915349.tar.xz
nixos-013c29a57b8208186b99dc880250fd2029915349.zip
...
Diffstat (limited to 'accounts/gkleen@sif/niri')
-rw-r--r--accounts/gkleen@sif/niri/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix
index 9bd6eafd..8c78738e 100644
--- a/accounts/gkleen@sif/niri/default.nix
+++ b/accounts/gkleen@sif/niri/default.nix
@@ -983,6 +983,7 @@ in {
983 "Mod+Shift+D".action = with-focused-window-action "{\"Action\":{\"UnsetUrgent\":{\"id\": .id}}}"; 983 "Mod+Shift+D".action = with-focused-window-action "{\"Action\":{\"UnsetUrgent\":{\"id\": .id}}}";
984 984
985 "Mod+K".action = spawn (lib.getExe' pkgs.worktime "worktime-ui"); 985 "Mod+K".action = spawn (lib.getExe' pkgs.worktime "worktime-ui");
986 "Mod+Shift+K".action = spawn (lib.getExe' pkgs.worktime "worktime-stop");
986 })) 987 }))
987 (map ({ name, selector, spawn, key, ...}: if key != null && selector != null && spawn != null then bind key { action = focus-or-spawn-action selector name spawn; } else null) cfg.scratchspaces) 988 (map ({ name, selector, spawn, key, ...}: if key != null && selector != null && spawn != null then bind key { action = focus-or-spawn-action selector name spawn; } else null) cfg.scratchspaces)
988 (map ({ name, moveKey, ...}: if moveKey != null then bind moveKey { action = kdl.magic-leaf "move-column-to-workspace" name; } else null) cfg.scratchspaces) 989 (map ({ name, moveKey, ...}: if moveKey != null then bind moveKey { action = kdl.magic-leaf "move-column-to-workspace" name; } else null) cfg.scratchspaces)