mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com>
22 lines
579 B
Plaintext
22 lines
579 B
Plaintext
# copy this to ~/.config/waldlrc
|
|
|
|
####################
|
|
## User variables ##
|
|
####################
|
|
|
|
# the dir where wallpapers are stored
|
|
walldir="$HOME/.local/share/wallhaven"
|
|
# the dir used to cache thumbnails
|
|
cachedir="$HOME/.cache/wallhaven"
|
|
# sxiv options
|
|
sxiv_otps=" -tfpo -z 200" # o is needed for selection
|
|
# number of pages to show in search results, max 9
|
|
# each page contains 24 results
|
|
max_pages=9
|
|
# sorting : date_added, relevance, random, views, favorites, toplist
|
|
sorting=random
|
|
# quality : large original small
|
|
quality=large
|
|
# atleast : least res
|
|
atleast=1920x1080
|