Set the background image after running the system scripts
This commit is contained in:
parent
06d224eb50
commit
bf52215985
1 changed files with 3 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ include /etc/sway/config-vars.d/*
|
|||
### Output configuration
|
||||
#
|
||||
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
||||
output * bg /home/ohad/Documents/wallpapers/solar-system.jpg fill
|
||||
# output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
||||
#
|
||||
# Example configuration:
|
||||
#
|
||||
|
|
@ -294,3 +294,5 @@ include /etc/sway/config.d/*
|
|||
|
||||
exec systemctl --user import-environment XDG_CURRENT_DESKTOP
|
||||
exec dbus-update-activation-environment --systemd XDG_CURRENT_DESKTOP=sway
|
||||
|
||||
output * bg /home/ohad/Documents/wallpapers/solar-system.jpg fill
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue