init swappy config

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-03-30 18:30:34 +02:00
parent e2a60b15dc
commit a6b2f66ac8
2 changed files with 12 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
./launcher.nix ./launcher.nix
./appearance.nix ./appearance.nix
./scheme.nix ./scheme.nix
./swappy.nix
]; ];
programs.caelestia = { programs.caelestia = {

View File

@@ -0,0 +1,11 @@
{
xdg.configFile."swappy/config".text = ''
[Default]
save_dir=~/Pictures/Screenshots
save_filename_format=screenshot-%Y%m%d-%H%M%S.png
show_panel=false
line_size=5
text_size=20
text_font=sans-serif
'';
}