diff --git a/common/home.nix b/common/home.nix index 8b0dacd..6895723 100644 --- a/common/home.nix +++ b/common/home.nix @@ -340,7 +340,7 @@ } ]; prefer-no-csd = true; - screenshot-path = "~/screenshots/%Y%m%d%H%m%N.png"; + screenshot-path = "~/screenshots/%Y%m%d%H%M%S.png"; binds = with config.lib.niri.actions; { "Mod+Space".action = spawn "alacritty"; "Mod+Shift+Space".action = spawn "alacritty" "-e" "sudo" "-i";