feat(swayimg): QoL things
This commit is contained in:
parent
487870a473
commit
501d6b90f5
1 changed files with 12 additions and 6 deletions
|
|
@ -28,7 +28,8 @@ app_id = swayimg
|
||||||
################################################################################
|
################################################################################
|
||||||
[viewer]
|
[viewer]
|
||||||
# Window background color (auto/extend/mirror/RGBA)
|
# Window background color (auto/extend/mirror/RGBA)
|
||||||
window = #00000000
|
# window = #00000000
|
||||||
|
window = #58228add
|
||||||
# Background for transparent images (grid/RGBA)
|
# Background for transparent images (grid/RGBA)
|
||||||
transparency = grid
|
transparency = grid
|
||||||
# Default image scale (optimal/width/height/fit/fill/real/keep)
|
# Default image scale (optimal/width/height/fit/fill/real/keep)
|
||||||
|
|
@ -68,7 +69,7 @@ antialiasing = mks13
|
||||||
# Height and width of each thumbnail (pixels)
|
# Height and width of each thumbnail (pixels)
|
||||||
size = 200
|
size = 200
|
||||||
# Max number of invisible thumbnails stored in memory cache
|
# Max number of invisible thumbnails stored in memory cache
|
||||||
cache = 500
|
cache = 2000
|
||||||
# Load not only visible but also adjacent thumbnails
|
# Load not only visible but also adjacent thumbnails
|
||||||
preload = yes
|
preload = yes
|
||||||
# Enable/disable storing thumbnails in persistent storage (yes/no)
|
# Enable/disable storing thumbnails in persistent storage (yes/no)
|
||||||
|
|
@ -76,7 +77,8 @@ pstore = yes
|
||||||
# Fill the entire tile with thumbnail (yes/no)
|
# Fill the entire tile with thumbnail (yes/no)
|
||||||
fill = yes
|
fill = yes
|
||||||
# Anti-aliasing mode for thumbnails (none/box/bilinear/bicubic/mks13)
|
# Anti-aliasing mode for thumbnails (none/box/bilinear/bicubic/mks13)
|
||||||
antialiasing = mks13
|
# antialiasing = mks13
|
||||||
|
antialiasing = box
|
||||||
# Background color of the window (RGBA)
|
# Background color of the window (RGBA)
|
||||||
window = #00000000
|
window = #00000000
|
||||||
# Background color of non-selected tiles (RGBA)
|
# Background color of non-selected tiles (RGBA)
|
||||||
|
|
@ -84,9 +86,11 @@ background = #202020ff
|
||||||
# Background color of the selected tile (RGBA)
|
# Background color of the selected tile (RGBA)
|
||||||
select = #404040ff
|
select = #404040ff
|
||||||
# Border color of the selected tile (RGBA)
|
# Border color of the selected tile (RGBA)
|
||||||
border = #000000ff
|
# border = #000000ff
|
||||||
|
border = #FFc000ff
|
||||||
# Shadow color of the selected tile (RGBA)
|
# Shadow color of the selected tile (RGBA)
|
||||||
shadow = #000000ff
|
# shadow = #000000ff
|
||||||
|
shadow = #FFc000ff
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Image list configuration
|
# Image list configuration
|
||||||
|
|
@ -99,7 +103,7 @@ reverse = no
|
||||||
# Read directories recursively (yes/no)
|
# Read directories recursively (yes/no)
|
||||||
recursive = no
|
recursive = no
|
||||||
# Add files from the same directory as the first file (yes/no)
|
# Add files from the same directory as the first file (yes/no)
|
||||||
all = no
|
all = yes
|
||||||
# Enable file system monitoring for adding new images to the list (yes/no)
|
# Enable file system monitoring for adding new images to the list (yes/no)
|
||||||
fsmon = yes
|
fsmon = yes
|
||||||
|
|
||||||
|
|
@ -212,6 +216,7 @@ MouseLeft = drag
|
||||||
MouseSide = prev_file
|
MouseSide = prev_file
|
||||||
MouseExtra = next_file
|
MouseExtra = next_file
|
||||||
MouseRight = info
|
MouseRight = info
|
||||||
|
Shift+f = exec mv "%" ~/data/local/_move/; skip_file
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Slideshow mode key binding configuration: key = action [parameters]
|
# Slideshow mode key binding configuration: key = action [parameters]
|
||||||
|
|
@ -266,3 +271,4 @@ ScrollDown = step_down
|
||||||
Ctrl+ScrollUp = thumb +20
|
Ctrl+ScrollUp = thumb +20
|
||||||
Ctrl+ScrollDown = thumb -20
|
Ctrl+ScrollDown = thumb -20
|
||||||
MouseLeft = mode viewer
|
MouseLeft = mode viewer
|
||||||
|
Shift+f = exec mv "%" ~/data/local/_move/; skip_file
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue