90b0205a90
Configure wallpaper in the UI package, to accommodate changing wallpapers per release. The wallpaper path is adjusted in `/usr/share/i3/config.pmos`.
6 lines
406 B
Text
6 lines
406 B
Text
# This config is primarily to support setting a common wallpaper for pmOS UIs.
|
|
# General i3 configuration should still be done in ~/.config/
|
|
exec --no-startup-id feh --no-fehbg --bg-fill /usr/share/wallpapers/postmarketos.jpg
|
|
# Always ensure the `include` line is last, due to the way file inclusion is
|
|
# implemented in i3. See https://i3wm.org/docs/userguide.html#include.
|
|
include $HOME/.config/i3/config
|