diff options
| author | 2026-04-25 14:28:02 -0400 | |
|---|---|---|
| committer | 2026-04-25 14:46:39 -0400 | |
| commit | 0848d6c89defb95966deeecd1c61352deccbeaec (patch) | |
| tree | 21a2e74fcabb85c02fda8959badc08b0f7de0261 /hosts/iroha/sway_input_output | |
| parent | ef40a5119a77280863c21ba67397818514714ccc (diff) | |
| download | dotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.tar.gz dotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.tar.bz2 dotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.zip | |
New CPU + Cleanup
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 |