From 7e3a0cbfc0c7258870550b916b5f4d8d452e982c Mon Sep 17 00:00:00 2001 From: danix Date: Thu, 11 Jun 2026 10:13:08 +0200 Subject: chore: ship example config, make wallp executable Co-Authored-By: Claude Opus 4.8 --- wallp.conf.example | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 wallp.conf.example (limited to 'wallp.conf.example') 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 -- cgit v1.2.3