dotfiles/.config/sway/conf.d/output

21 lines
514 B
Text
Raw Normal View History

# ==================== #
# Output configuration #
# ==================== #
output $disp1 {
resolution 1920x1080@60.000Hz
position 0,0
transform 270
bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_2048x1536_Portrait.png fill
}
output $disp2 {
resolution 1920x1080@60.000Hz
position 1080,550
2022-04-21 10:45:35 +02:00
bg ~/.config/sway/backgrounds/Nyarch_Wallpaper.png fill
}
output $disp3 {
resolution 1920x1080@60.000Hz
position 3000,550
2022-04-21 10:45:35 +02:00
bg ~/.config/sway/backgrounds/Nyarch_Wallpaper.png fill
}