12 lines
263 B
Text
12 lines
263 B
Text
|
|
# Output settings
|
|
output eDP-1 {
|
|
scale 1
|
|
mode 2560x1600@60Hz
|
|
}
|
|
|
|
# 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/"
|