diff options
author | Amin Bandali <bandali@gnu.org> | 2019-04-18 23:44:09 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-04-18 23:44:09 -0400 |
commit | ad9dee3b0b0dec50e3f2c50b51115234f999fd4b (patch) | |
tree | e0b5eddaad59ad0445ecf656d2b1d4d88c054fd3 /.config/sway/config | |
parent | abef7fd06df3eb0cae53b8f6c14171ab71ff8cd9 (diff) | |
download | configs-ad9dee3b0b0dec50e3f2c50b51115234f999fd4b.tar.gz configs-ad9dee3b0b0dec50e3f2c50b51115234f999fd4b.tar.xz configs-ad9dee3b0b0dec50e3f2c50b51115234f999fd4b.zip |
sway: putting monitor to the left of my laptop
Diffstat (limited to '.config/sway/config')
-rw-r--r-- | .config/sway/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config index 565ff37..dcf4bb9 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -22,8 +22,8 @@ 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 0,0 -# 597 = (2560/2) - (1366/2) -output LVDS-1 pos 597,1440 +# 672 = 1440 - 768 +output LVDS-1 pos 2560,760 ### Idle configuration |