081f663b36
90b0205a
("postmarketos-ui-i3wm: configure wallpaper globally") directly copies
the default i3 config into the user's config directory. Change to using the
wizard instead
8 lines
479 B
Text
8 lines
479 B
Text
# This config is primarily to support setting a common wallpaper for pmOS UIs.
|
|
# General i3 configuration should still be done in ~/.config/i3/ or /etc/i3/
|
|
exec --no-startup-id feh --no-fehbg --bg-fill /usr/share/wallpapers/postmarketos.jpg
|
|
# Include the user's customized config , if it exists
|
|
include $HOME/.config/i3/config
|
|
# If user config is not available, run the config wizard. This is effectively
|
|
# a noop if the config is available
|
|
exec --no-startup-id i3-config-wizard
|