Swappy now saves to the screenshots folder
This commit is contained in:
parent
43533beb59
commit
108f50fc1d
2 changed files with 12 additions and 0 deletions
2
.config/.gitignore
vendored
2
.config/.gitignore
vendored
|
@ -50,6 +50,8 @@
|
|||
!foot/**
|
||||
!hypr/
|
||||
!hypr/**
|
||||
!swappy/
|
||||
!swappy/**
|
||||
!.gitignore
|
||||
|
||||
polybar/default
|
||||
|
|
10
.config/swappy/config
Normal file
10
.config/swappy/config
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Default]
|
||||
save_dir=$HOME/Pictures/Screenshots
|
||||
save_filename_format=%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