From b751c893276c820483602319d0dc04787ae778f3 Mon Sep 17 00:00:00 2001 From: xShin <66439853+nihsx@users.noreply.github.com> Date: Tue, 26 Apr 2022 23:48:09 +0700 Subject: [PATCH] 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 --- awesomeshot | 2 +- awesomeshot.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/awesomeshot b/awesomeshot index 3f7fba1..3c02b50 100755 --- a/awesomeshot +++ b/awesomeshot @@ -140,7 +140,7 @@ first_border_size=7 # This variable serves to convert tiny first border (background image) when editing the image, # change this value to blank or whatever for disable convert and "yes" for enable function -convert_first_border="yes" +convert_first_border="" # This variable serves to set tiny first border color (background image), change this value # to "none" for transparent background, if you want to custom the color, you can diff --git a/awesomeshot.conf b/awesomeshot.conf index 942dd8f..eac2ea4 100644 --- a/awesomeshot.conf +++ b/awesomeshot.conf @@ -116,7 +116,7 @@ first_border_size=7 # This variable serves to convert tiny first border (background image) when editing the image, # change this value to blank or whatever for disable convert and "yes" for enable function -convert_first_border="yes" +convert_first_border="" # This variable serves to set tiny first border color (background image), change this value # to "none" for transparent background, if you want to custom the color, you can