From 39887c9cd855ea8b13f322a5d7d5014197eaaeee Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Tue, 3 Oct 2017 10:28:10 +0100 Subject: [PATCH] imgur-screenshot/settings: update scrot command & ensure login --- .config/imgur-screenshot/settings.conf | 6 +++--- .gitignore | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.config/imgur-screenshot/settings.conf b/.config/imgur-screenshot/settings.conf index 776bd53..e0821a9 100644 --- a/.config/imgur-screenshot/settings.conf +++ b/.config/imgur-screenshot/settings.conf @@ -1,11 +1,11 @@ imgur_icon_path="$HOME/.config/imgur-screenshot/imgur.ico" -login="false" +login="true" log_file="$HOME/.config/imgur-screenshot/imgur-screenshot.log" credentials_file="$HOME/.config/imgur-screenshot/credentials.conf" file_name_format="scrot-%Y-%m-%d--%H:%M:%S.png" # when using scrot, must end with .png! file_dir="$HOME/pictures/screenshots" -screenshot_select_command="scrot -s %img" -screenshot_window_command="scrot %img" +screenshot_select_command="scrot -q 0 -s %img" +screenshot_window_command="scrot -q 0 -b %img" edit_command="gimp %img" edit="false" exit_on_selection_fail="true" diff --git a/.gitignore b/.gitignore index 6b08f84..2c6d10d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ bookmarks .config/secrets +.config/imgur-screenshot/credentials.conf *.log .xournal/recent-files