diff --git a/dot_config/flake/home/niri.nix b/dot_config/flake/home/niri.nix index fd2da0a..3513735 100644 --- a/dot_config/flake/home/niri.nix +++ b/dot_config/flake/home/niri.nix @@ -628,9 +628,9 @@ "Mod+Minus".action = set-column-width "-10%"; "Mod+Equal".action = set-column-width "+10%"; - "Print".action = screenshot; - # "Ctrl+Print".action = screenshot-screen; - # "Alt+Print" .action = screenshot-window; + "Print".action.screenshot = {}; + "Ctrl+Print".action.screenshot-screen = {}; + "Alt+Print" .action.screenshot-window = {}; # // Finer height adjustments when in column with other windows. # Mod+Shift+Minus { set-window-height "-10%"; }