The audit's second tier: values that were measurements of the author's desktop, shipped to every machine as if they were defaults. Settings greeted every human as Gabriel; it now greets whoever accountsservice says is signed in, and nobody when it says nothing. The weather shipped his home coordinates and confidently reported his forecast anywhere on earth; it now ships unset, fetches nothing until a location is chosen, and the location row says so. The GTK bookmarks carried seven /home/gib paths and his file server into every file dialog; they are now generated per machine from a template and gitignored -- Nautilus edits the instance freely, the way settings.ini already worked one file over. Web search routed through his personal bang redirector; the engine is now the webSearchUrl preference with a DuckDuckGo default, read by both the script command and the suggestions extension, which the launcher-search contract already pins to one another. The GPU vitals path defaulted to his card1 and lost the readout on any machine enumerated differently; a machine with exactly one GPU now adopts it. And the Containers and Snapshots pages hide once a scan proves their backing stack absent, instead of rendering permanently empty on machines that never had podman or snapper. Lesser residue swept in the same pass: the DP-2 hyprpaper block one machine needed, the author's username-typo expansions (moved to his personal seed in user/, where personal content belongs), a capture fallback into /home/gib, and a parity table asserting one machine's hardware as fact. Claude-Session: https://claude.ai/code/session_01Epx9ZC1gwm81K3jm9x9CKh
33 lines
1.6 KiB
Plaintext
33 lines
1.6 KiB
Plaintext
# ─────────────────────────────────────────────────────────────────────────────
|
|
# hyprpaper — static wallpaper
|
|
#
|
|
# NOTE: hyprpaper, hypridle, hyprlock and hyprtoolkit are separate projects and
|
|
# still use hyprlang. Only Hyprland itself moved to Lua. Don't "fix" these.
|
|
#
|
|
# SYNTAX NOTE: hyprpaper 0.8 was rewritten on hyprtoolkit/hyprwire and replaced
|
|
# the old flat syntax with blocks. The pre-0.8 form
|
|
#
|
|
# preload = /path/to.jpg
|
|
# wallpaper = DP-2,/path/to.jpg
|
|
#
|
|
# is silently ignored — it parses, then logs "Monitor DP-2 has no target: no wp
|
|
# will be created" and shows nothing. Almost every guide online still uses it.
|
|
#
|
|
# Static only, by choice: animated wallpapers repaint continuously and cost
|
|
# frame time for nothing.
|
|
# ─────────────────────────────────────────────────────────────────────────────
|
|
|
|
# One block for every output: per-monitor wallpaper is applied at runtime by
|
|
# the shell (services/Wallpaper.qml) over IPC, so a per-connector block here
|
|
# would just be one machine's connector name in everyone's config.
|
|
wallpaper {
|
|
monitor =
|
|
path = ~/Pictures/Wallpapers/faroe_islands.jpg
|
|
# cover = fill the output, cropping overflow. Matches the "zoom" picture
|
|
# option this setup used under GNOME.
|
|
fit_mode = cover
|
|
}
|
|
|
|
ipc = on
|
|
splash = false
|