fix(niri): screenshot path
This commit is contained in:
parent
a1fd439ec8
commit
efb77c979f
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
prefer-no-csd = true;
|
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; {
|
binds = with config.lib.niri.actions; {
|
||||||
"Mod+Space".action = spawn "alacritty";
|
"Mod+Space".action = spawn "alacritty";
|
||||||
"Mod+Shift+Space".action = spawn "alacritty" "-e" "sudo" "-i";
|
"Mod+Shift+Space".action = spawn "alacritty" "-e" "sudo" "-i";
|
||||||
|
|
Loading…
Reference in a new issue