diff options
Diffstat (limited to 'hosts/iroha/sway_input_output')
| -rw-r--r-- | hosts/iroha/sway_input_output | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hosts/iroha/sway_input_output b/hosts/iroha/sway_input_output index b881ab9..f17c1fb 100644 --- a/hosts/iroha/sway_input_output +++ b/hosts/iroha/sway_input_output @@ -42,19 +42,18 @@ include ../monitors output $monitor1 { mode 2560x1440@120.000Hz - #position 3000 200 + subpixel rgb position 1080 200 - #position 1920 200 allow_tearing yes max_render_time off - adaptive_sync off + adaptive_sync on #render_bit_depth 10 } output $monitor2 { mode 1920x1080@60.000Hz + subpixel vrgb transform 270 - #position 1920 0 position 0 0 allow_tearing yes max_render_time off @@ -63,6 +62,7 @@ output $monitor2 { #output $monitor3 { # mode 1920x1080@60.000Hz +# subpixel rgb # position 0 1000 # allow_tearing yes # max_render_time off |