diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-08-14 12:59:10 -0500 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-08-14 12:59:10 -0500 |
commit | 6945d8df03eec4c18d5249dea6831b3120d0d1b8 (patch) | |
tree | 104e8d2843a536ff00ed9223b69ec89dc370d680 | |
parent | 22deddf856801be56d702a16211e51606d5f3376 (diff) |
fix DP-2 positioning
-rw-r--r-- | gentoo/.config/sway/config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoo/.config/sway/config.org b/gentoo/.config/sway/config.org index e0f2d95..19c1482 100644 --- a/gentoo/.config/sway/config.org +++ b/gentoo/.config/sway/config.org @@ -62,7 +62,7 @@ Launch Emacs daemon. * Display I use a vertical monitor on the left and horizontal monitor on the right. #+begin_src conf :tangle ~/.config/sway/config :mkdirp yes - output DP-2 resolution 2560x1440 position 1080 290 + output DP-2 resolution 2560x1440 position 1080 100 output HDMI-A-2 resolution 1920x1080 transform 90 position 0 0 #+end_src |