9 lines
260 B
Text
9 lines
260 B
Text
|
|
# Output settings
|
|
include $HOME/.config/sway/config.d/display.d/*
|
|
|
|
# Output wallpaper
|
|
output * bg $HOME/.config/sway/assets/wallpaper/_default.jpg fill
|
|
|
|
# Workspace-dependent wallpaper
|
|
exec "$HOME/.cargo/bin/multibg-sway $HOME/.config/sway/assets/wallpaper/"
|