diff options
author | Amin Bandali <bandali@gnu.org> | 2019-05-14 15:28:34 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-05-14 15:28:34 -0400 |
commit | 318aaea93157046b868008b6bbf65afaca2de01d (patch) | |
tree | e7832b5b1fa690afbd46ffe44fef19d2a842d1c7 /.config/sway/config | |
parent | a2c6a67c087274529b5cb20dfea98d0fa69a7259 (diff) | |
download | configs-318aaea93157046b868008b6bbf65afaca2de01d.tar.gz configs-318aaea93157046b868008b6bbf65afaca2de01d.tar.xz configs-318aaea93157046b868008b6bbf65afaca2de01d.zip |
sway: put monitor back on left
Diffstat (limited to '.config/sway/config')
-rw-r--r-- | .config/sway/config | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config index 73a291b..94e7cd7 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -21,9 +21,13 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill # # You can get the names of your outputs by running: swaymsg -t get_outputs -output DP-1 res 2560x1440 pos 1366,0 +# output DP-1 res 2560x1440 pos 1366,0 +# # 672 = 1440 - 768 +# output LVDS-1 pos 0,760 + +output DP-1 res 2560x1440 pos 0,0 # 672 = 1440 - 768 -output LVDS-1 pos 0,760 +output LVDS-1 pos 2560,760 ### Idle configuration |