fix(screenshots): better binds
This commit is contained in:
@@ -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
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user