2024-02-09 13:23:13 +00:00
|
|
|
# This config is primarily to support setting a common wallpaper for pmOS UIs.
|
2024-04-17 13:11:35 +00:00
|
|
|
# General i3 configuration should still be done in ~/.config/i3/ or /etc/i3/
|
2024-02-09 13:23:13 +00:00
|
|
|
exec --no-startup-id feh --no-fehbg --bg-fill /usr/share/wallpapers/postmarketos.jpg
|
2024-04-17 13:11:35 +00:00
|
|
|
# Include the user's customized config , if it exists
|
2024-02-09 13:23:13 +00:00
|
|
|
include $HOME/.config/i3/config
|
2024-04-17 13:11:35 +00:00
|
|
|
# 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
|