mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
imgur-screenshot/settings: update scrot command & ensure login
This commit is contained in:
parent
d8c201e861
commit
39887c9cd8
@ -1,11 +1,11 @@
|
|||||||
imgur_icon_path="$HOME/.config/imgur-screenshot/imgur.ico"
|
imgur_icon_path="$HOME/.config/imgur-screenshot/imgur.ico"
|
||||||
login="false"
|
login="true"
|
||||||
log_file="$HOME/.config/imgur-screenshot/imgur-screenshot.log"
|
log_file="$HOME/.config/imgur-screenshot/imgur-screenshot.log"
|
||||||
credentials_file="$HOME/.config/imgur-screenshot/credentials.conf"
|
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_name_format="scrot-%Y-%m-%d--%H:%M:%S.png" # when using scrot, must end with .png!
|
||||||
file_dir="$HOME/pictures/screenshots"
|
file_dir="$HOME/pictures/screenshots"
|
||||||
screenshot_select_command="scrot -s %img"
|
screenshot_select_command="scrot -q 0 -s %img"
|
||||||
screenshot_window_command="scrot %img"
|
screenshot_window_command="scrot -q 0 -b %img"
|
||||||
edit_command="gimp %img"
|
edit_command="gimp %img"
|
||||||
edit="false"
|
edit="false"
|
||||||
exit_on_selection_fail="true"
|
exit_on_selection_fail="true"
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
bookmarks
|
bookmarks
|
||||||
.config/secrets
|
.config/secrets
|
||||||
|
.config/imgur-screenshot/credentials.conf
|
||||||
|
|
||||||
*.log
|
*.log
|
||||||
.xournal/recent-files
|
.xournal/recent-files
|
||||||
|
Loading…
Reference in New Issue
Block a user