mirror of https://github.com/artizirk/dotfiles
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.3 KiB
48 lines
1.3 KiB
2 days ago
|
# An example configuration.
|
||
|
|
||
|
# RRGGBB or RRGGBBAA
|
||
|
unselected-color = ffffff40
|
||
|
selected-color = 00000000
|
||
|
#border-color = ffffff
|
||
|
border-color = 000000
|
||
|
#border-secondary-color = 000000
|
||
|
border-secondary-color = ffffff
|
||
|
|
||
|
# 0 to disable borders
|
||
|
border-size = 2
|
||
|
|
||
|
# 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 = 1000
|
||
|
|
||
|
# If true, dulcepan will save immediately when interactive selection is stopped
|
||
|
# or when a whole output is selected with a mouse button.
|
||
|
quick-select = true
|
||
|
|
||
|
# If true, dulcepan will remember selection between runs.
|
||
|
# The state is stored at $XDG_CACHE_HOME/dulcepan.
|
||
|
persistence = false
|
||
|
|
||
|
# PNG (zlib) compression level, 0-9
|
||
|
png-compression = 6
|
||
|
|
||
|
# Key bindings
|
||
|
quit-key = Escape
|
||
|
save-key = Space
|