mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Fix swappy save format (%D -> %d)
This commit is contained in:
parent
cbdab09b52
commit
07479d0426
|
@ -1,6 +1,6 @@
|
|||
[Default]
|
||||
save_dir=$HOME/Pictures/Screenshots
|
||||
save_filename_format=Screenshot_%Y-%M-%D_%H-%M-%S.png
|
||||
save_filename_format=Screenshot_%Y-%M-%d_%H-%M-%S.png
|
||||
show_panel=false
|
||||
line_size=5
|
||||
text_size=20
|
||||
|
|
Loading…
Reference in a new issue