Add initial config file for swappy

Change default save directory to ~/Pictures/Screenshots, otherwise
kept as default for now
This commit is contained in:
Evie Litherland-Smith 2024-09-21 08:49:20 +01:00
parent da5183ecab
commit c957e570e2
3 changed files with 12 additions and 0 deletions

View file

@ -235,6 +235,7 @@
++ (with pkgs; [ ++ (with pkgs; [
lmodern # LaTeX lmodern # LaTeX
noto-fonts-emoji # Emoji noto-fonts-emoji # Emoji
font-awesome # Swappy Icons
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; }) (nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
]); ]);
fontconfig = { fontconfig = {

View file

@ -259,4 +259,5 @@
titlebar_separator enable titlebar_separator enable
''; '';
}; };
xdg.configFile."swappy/config".source = ./swappy.conf;
} }

View file

@ -0,0 +1,10 @@
[Default]
save_dir=$HOME/Pictures/Screenshots/
save_filename_format=swappy-%Y%m%d-%H%M%S.png
show_panel=false
line_size=5
text_size=20
text_font=sans-serif
paint_mode=brush
early_exit=false
fill_shape=false