diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-09 21:11:43 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-09 21:11:43 +0530 |
commit | de58295210063ed7088b411d0da8ef37b33cb863 (patch) | |
tree | 089e946d9b302db19f9f3bb9ea32554761525365 /.scripts/secondmonitor.sh | |
parent | 3d99cb44596006f8b6cfbf0f1f0daad5e54bd164 (diff) |
switched to lemonbar
Diffstat (limited to '.scripts/secondmonitor.sh')
-rwxr-xr-x | .scripts/secondmonitor.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/secondmonitor.sh b/.scripts/secondmonitor.sh index ca7fac6..84a5960 100755 --- a/.scripts/secondmonitor.sh +++ b/.scripts/secondmonitor.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output HDMI-0 --dpi 120 --mode 1920x1080 --pos 0x0 --rotate normal --output eDP-1-1 --dpi 120 --primary --mode 1920x1080 --pos 1920x679 --rotate normal +xrandr --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate normal --output eDP-1-1 --primary --mode 1920x1080 --pos 1920x673 --rotate normal |