imgbb-uploader/imgbb_uploader.conf
Ritchie Cunningham a4d90f5e9e [Add] Support for taking screenshots of specified monitor number.
Notes:
1) Only works with scrot currently.
2) Defining monitor_num in config overrides default operation of
   uploading image in clipboard.
3) --monitor (-M) option will override selected display in config.
2025-04-26 00:32:42 +01:00

27 lines
988 B
Plaintext

# Template Configuration File. Place this under ~/.config/
# (REQUIRED) Replace this with your actual key.
api_key="YOUR_API_KEY_FROM_IMG_BB_WEBSITE"
# Set default expiration time in seconds.
# expire_seconds="3600" # Default to 1 hour.
# expire_seconds="86400" # Default to 1 day.
expire_seconds="" # Default to NO expiration.
# Set default output format (only set one! Or none for raw URL which is the default).
#markdown_mode="true"
#org_mode="true"
# Default custom name (I think this isn't ideal to set as a default).
# custom_name="MyDefaultUploadName"
# Default screenshot tool when using option -s. Defaults to scrot but also supports
# maim and flameshot. You can add your own in the script by adding to the definition of
# screenshot_cmd
screenshot_tool="scrot"
# Default monitor number to screenshot and send to ImgBB. Currently only supported with scrot.
# NOTE: setting this will override default 'imgbb' command to upload clipboard image.
#monitor_num="0"