mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-26 13:14:35 +00:00
Fix swappy save format (%D -> %d)
This commit is contained in:
parent
cbdab09b52
commit
07479d0426
|
@ -1,6 +1,6 @@
|
||||||
[Default]
|
[Default]
|
||||||
save_dir=$HOME/Pictures/Screenshots
|
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
|
show_panel=false
|
||||||
line_size=5
|
line_size=5
|
||||||
text_size=20
|
text_size=20
|
||||||
|
|
Loading…
Reference in a new issue