Files
dotfiles/sway-monitors-home/.config/sway/monitors

22 lines
557 B
Plaintext

set $main_display DP-2
set $secondary_display DP-3
output $main_display {
resolution 1920x1080@119.982Hz
position 0 0
# background ~/dotfiles/images/hollow_knight.png fill
background ~/dotfiles/images/sand_city.png fill
}
output $secondary_display {
resolution 1920x1080@60.000Hz
position 1920 0
# background ~/dotfiles/images/hollow_knight.png fill
background ~/dotfiles/images/sand_city.png fill
}
workspace 1 output $main_display
workspace 2 output $secondary_display
exec_always xrandr --output $main_display --primary