diff options
| author | danix <danix@danix.xyz> | 2026-06-11 10:13:08 +0200 |
|---|---|---|
| committer | danix <danix@danix.xyz> | 2026-06-11 10:13:08 +0200 |
| commit | 7e3a0cbfc0c7258870550b916b5f4d8d452e982c (patch) | |
| tree | 893455c7462182b23072e402dd475555f107be52 | |
| parent | 2f6f5e0920efd60150bbd7c93cefce7281d68c78 (diff) | |
| download | wallp-7e3a0cbfc0c7258870550b916b5f4d8d452e982c.tar.gz wallp-7e3a0cbfc0c7258870550b916b5f4d8d452e982c.zip | |
chore: ship example config, make wallp executable
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
| -rwxr-xr-x[-rw-r--r--] | wallp | 0 | ||||
| -rw-r--r-- | wallp.conf.example | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/wallp.conf.example b/wallp.conf.example new file mode 100644 index 0000000..45a6b55 --- /dev/null +++ b/wallp.conf.example @@ -0,0 +1,9 @@ +# wallp config. Copy to ~/.config/wallp/wallp.conf and edit. +# THEME is optional (defaults to sexy-splurge). +THEME=sexy-splurge +# Physical output names (swaymsg -t get_outputs / wlr-randr) +OUTPUT_H=DP-1 +OUTPUT_V=DP-3 +# Defaults used by --restore when no saved state exists. +DEFAULT_H=~/Pictures/wallpapers/SFW/horizontal.png +DEFAULT_V=~/Pictures/wallpapers/SFW/vertical.png |
