18 lines
466 B
Plaintext
18 lines
466 B
Plaintext
# MACHINE-SPECIFIC: output names and resolutions vary per device.
|
|
# Run `swaymsg -t get_outputs` to find your output names.
|
|
set $res_x 3024
|
|
set $res_y 1890
|
|
set $resolution 3024x1890
|
|
set $scale 1.5
|
|
|
|
output eDP-1 resolution $resolution position 0,1445 scale $scale
|
|
|
|
output HDMI-A-1 position 0,0 scale 1.5
|
|
|
|
output DVI-I-2 position -2560,0 scale 1.5
|
|
output DVI-I-1 position -5120,0 scale 1.5
|
|
|
|
|
|
|
|
# You can get the names of your outputs by running: swaymsg -t get_outputs
|