fix(screenshots): better binds

This commit is contained in:
kenji
2026-01-02 00:33:54 -06:00
parent ec70617dc2
commit 5b541fc4ad
3 changed files with 16 additions and 1 deletions
+14
View File
@@ -42,4 +42,18 @@ in {
# Create Screenshots directory
home.file."Pictures/Screenshots/.keep".text = "";
# Swappy configuration
home.file.".config/swappy/config".text = ''
[Default]
save_dir=$HOME/Pictures/Screenshots
save_filename_format=screenshot_%Y%m%d_%H%M%S.png
show_panel=true
line_size=5
text_size=20
text_font=sans-serif
paint_mode=brush
early_exit=false
fill_shape=false
'';
}