fix(niri): screenshot path

This commit is contained in:
Ahurac 2024-11-05 15:04:35 +01:00
parent a1fd439ec8
commit efb77c979f

View file

@ -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";