mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
www-misc/waldl: Add new package
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com>
This commit is contained in:
21
www-misc/waldl/files/waldlrc.example
Normal file
21
www-misc/waldl/files/waldlrc.example
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user