Add initial config file for swappy
Change default save directory to ~/Pictures/Screenshots, otherwise kept as default for now
This commit is contained in:
parent
da5183ecab
commit
c957e570e2
|
@ -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 = {
|
||||||
|
|
|
@ -259,4 +259,5 @@
|
||||||
titlebar_separator enable
|
titlebar_separator enable
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
xdg.configFile."swappy/config".source = ./swappy.conf;
|
||||||
}
|
}
|
||||||
|
|
10
system/home/sway/swappy.conf
Normal file
10
system/home/sway/swappy.conf
Normal 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
|
Loading…
Reference in a new issue