diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-05-08 19:01:18 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-05-08 19:01:18 +0200 |
commit | 50e7168a785464e75c48296de718e1fc26d9dccb (patch) | |
tree | 1bb830ccd135bfd52583b4e65f4b6a58c80ab79a /accounts | |
parent | 2acad6133c5efdd1e8247b07d9b65998a7d50c07 (diff) | |
download | nixos-50e7168a785464e75c48296de718e1fc26d9dccb.tar nixos-50e7168a785464e75c48296de718e1fc26d9dccb.tar.gz nixos-50e7168a785464e75c48296de718e1fc26d9dccb.tar.bz2 nixos-50e7168a785464e75c48296de718e1fc26d9dccb.tar.xz nixos-50e7168a785464e75c48296de718e1fc26d9dccb.zip |
...
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gkleen@sif/niri/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix index dc993d66..45605c94 100644 --- a/accounts/gkleen@sif/niri/default.nix +++ b/accounts/gkleen@sif/niri/default.nix | |||
@@ -825,7 +825,7 @@ in { | |||
825 | 825 | ||
826 | "Mod+Semicolon".action = spawn makoctl "dismiss" "--group"; | 826 | "Mod+Semicolon".action = spawn makoctl "dismiss" "--group"; |
827 | "Mod+Shift+Semicolon".action = spawn makoctl "dismiss" "--all"; | 827 | "Mod+Shift+Semicolon".action = spawn makoctl "dismiss" "--all"; |
828 | "Mod+Period".action = spawn makoctl "menu" (lib.getExe config.programs.fuzzel.package) "--dmenu"; | 828 | "Mod+Period".action = spawn makoctl "menu" "--" (lib.getExe config.programs.fuzzel.package) "--dmenu"; |
829 | "Mod+Comma".action = spawn makoctl "restore"; | 829 | "Mod+Comma".action = spawn makoctl "restore"; |
830 | 830 | ||
831 | "Mod+Control+W".action = with-empty-unnamed-workspace-action "{\"Action\":{\"FocusWorkspace\":{\"reference\":{\"Id\": $workspace_id}}}}"; | 831 | "Mod+Control+W".action = with-empty-unnamed-workspace-action "{\"Action\":{\"FocusWorkspace\":{\"reference\":{\"Id\": $workspace_id}}}}"; |