2024-06-19 18:40:22 +03:00
|
|
|
# An example configuration.
|
|
|
|
|
|
|
|
# RRGGBB or RRGGBBAA
|
|
|
|
unselected-color = ffffff40
|
|
|
|
selected-color = 00000000
|
|
|
|
border-color = ffffff
|
2024-06-24 07:40:17 +03:00
|
|
|
border-secondary-color = 000000
|
2024-06-19 18:40:22 +03:00
|
|
|
|
|
|
|
# 0 to disable borders
|
|
|
|
border-size = 2
|
|
|
|
|
2024-06-24 07:40:17 +03:00
|
|
|
# Border gradient type:
|
|
|
|
# - none: only the primary border color is used
|
|
|
|
# - linear: uses a linear gradient relative to the selection
|
|
|
|
# - loop: uses a repeated linear gradient
|
|
|
|
border-gradient = none
|
|
|
|
|
|
|
|
# For "linear" gradient mode
|
|
|
|
# Counterclockwise, in degrees
|
|
|
|
gradient-angle = 45
|
|
|
|
|
|
|
|
# For "loop" gradient mode
|
|
|
|
# The distance between gradient stops
|
|
|
|
loop-step = 100
|
|
|
|
|
|
|
|
# For "linear" and "loop" gradient modes
|
|
|
|
# In milliseconds, 0 to disable animation
|
|
|
|
# With "linear" mode: the time it takes for the pattern to make one full turn
|
|
|
|
# With "loop" mode: the time it takes for the pattern to move by double the loop step
|
|
|
|
animation-duration = 0
|
|
|
|
|
2024-06-19 18:40:22 +03:00
|
|
|
# If true, dulcepan will save immediately when interactive selection is stopped
|
|
|
|
# or when a whole output is selected with a mouse button.
|
|
|
|
quick-select = false
|
2024-06-19 20:07:06 +02:00
|
|
|
|
2024-08-09 16:06:26 +03:00
|
|
|
# If true, dulcepan will remember selection between runs.
|
|
|
|
# The state is stored at $XDG_CACHE_HOME/dulcepan.
|
2024-06-30 17:47:31 +03:00
|
|
|
persistence = true
|
|
|
|
|
2024-06-19 20:07:06 +02:00
|
|
|
# PNG (zlib) compression level, 0-9
|
|
|
|
png-compression = 6
|
2024-06-20 19:26:38 +03:00
|
|
|
|
2025-01-30 22:24:10 +03:00
|
|
|
# Key bindings. Each binding is a comma-separated list of key names; empty names
|
|
|
|
# are ignored. A binding may be empty.
|
2024-06-20 19:26:38 +03:00
|
|
|
quit-key = Escape
|
2025-01-30 22:24:10 +03:00
|
|
|
save-key = Space,Enter
|