diff --git a/.config/imgur-screenshot/imgur.ico b/.config/imgur-screenshot/imgur.ico new file mode 100644 index 0000000..3de1839 Binary files /dev/null and b/.config/imgur-screenshot/imgur.ico differ diff --git a/.config/imgur-screenshot/settings.conf b/.config/imgur-screenshot/settings.conf new file mode 100644 index 0000000..b373652 --- /dev/null +++ b/.config/imgur-screenshot/settings.conf @@ -0,0 +1,26 @@ +imgur_anon_id="9e603f08c0e541c" +imgur_icon_path="$HOME/.config/imgur-screenshot/imgur.ico" +imgur_acct_key="" +imgur_secret="" +login="false" +album_title="" +album_id="" +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" +upload_connect_timeout="5" +upload_timeout="120" +upload_retries="1" +screenshot_select_command="scrot -s %img" +screenshot_window_command="scrot %img" +edit_command="gimp %img" +edit="false" +exit_on_selection_fail="true" +edit_on_selection_fail="false" +exit_on_album_creation_fail="true" +open_command="xdg-open %url" +open="false" +copy_url="true" +keep_file="true" +check_update="true"