shclip/config

50 lines
1.1 KiB
Plaintext

### DAEMON OPTIONS ###
# enable shclip on startup
# blank for no, anything for yes
# default: yes
SHCLIP_ENABLED="1"
# max clips to store
# default: 25
SHCLIP_MAX_CLIPS=25
# memory limit + 4 in kb
# default: 4100 (4MB)
SHCLIP_MEMORY_LIMIT=4100
# enable filtering for clips (see filter.sh)
# blank for no, anything for yes
# default: no
SHCLIP_FILTER_ENABLED=""
# enable syncing the clipboard to the primary selection
# blank for no, anything for yes
# default: yes
SHCLIP_SYNC_CLIPBOARD="1"
# enable caching password manager clips, currently only KDE's password
# manager is affected by this. idk any other ones with custom mime types
# blank for no, anything for yes
# default: no
SHCLIP_CACHE_PASSWORDS=""
### SHCLIP-MENU OPTIONS ###
# text editor for editing clips
# default: xdg-open
SHCLIP_TEXT_EDITOR="xdg-open"
# image editor for editing clips
# default: gimp -n
SHCLIP_IMAGE_EDITOR="gimp -n"
# shclip menu commands
# defaults:
# MAIN: fzfmenu -p shclip
# COPY, DEL, and EDIT copy MAIN if blank
SHCLIP_MENU_MAIN_CMD="fzfmenu -p shclip"
SHCLIP_MENU_COPY_CMD=""
SHCLIP_MENU_DEL_CMD=""
SHCLIP_MENU_EDIT_CMD=""