From efb77c979f9e6d7402ed05c8ed79266a52777f72 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 5 Nov 2024 15:04:35 +0100 Subject: [PATCH] fix(niri): screenshot path --- common/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";