Skip to content

Commit b751c89

Browse files
authored
awesomeshot: fix double variable (#12)
* add first border function * update new config for awesomeshot v.1.0.6 * update help argument for awesomeshot v.1.0.7 * update man (manual) page version * fix backup original photo v.1.0.8 * update man (manual) page v1.0.8 * update man (manual) page v1.0.8 * update man (manual) page v1.0.8 | without new line * awesomeshot: update v.1.0.9 - titlebar text * awesomeshot: update man (manual) page v.1.0.9 * awesomeshot: default config v.1.0.9 * awesomeshot: fix default config
1 parent d499605 commit b751c89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

awesomeshot

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ first_border_size=7
140140
141141
# This variable serves to convert tiny first border (background image) when editing the image,
142142
# change this value to blank or whatever for disable convert and "yes" for enable function
143-
convert_first_border="yes"
143+
convert_first_border=""
144144
145145
# This variable serves to set tiny first border color (background image), change this value
146146
# to "none" for transparent background, if you want to custom the color, you can

awesomeshot.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ first_border_size=7
116116

117117
# This variable serves to convert tiny first border (background image) when editing the image,
118118
# change this value to blank or whatever for disable convert and "yes" for enable function
119-
convert_first_border="yes"
119+
convert_first_border=""
120120

121121
# This variable serves to set tiny first border color (background image), change this value
122122
# to "none" for transparent background, if you want to custom the color, you can

0 commit comments

Comments
 (0)