xdg: Only create needed dirs
This commit is contained in:
parent
ea1c390bc0
commit
91e71bec07
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ let
|
|||
in
|
||||
{
|
||||
config = lib.mkIf config.frogeye.desktop.xorg {
|
||||
xdg.userDirs.extraConfig.XDG_SCREENSHOTS_DIR = "${config.home.homeDirectory}/Screenshots";
|
||||
frogeye.folders.screenshots.path = "Screenshots";
|
||||
xsession.windowManager.i3.config.keybindings = {
|
||||
"Print" = "exec ${scrot} --focused";
|
||||
"${mod}+Print" = "exec ${scrot}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue