diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-12 10:19:13 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-12 10:19:13 +0530 |
commit | f300ba9a9302e70dcc72523639aecc1e04feec53 (patch) | |
tree | c5082bb03ddb1e1eeab84da22cbfcb47a089f279 /.scripts/secondmonitor.sh | |
parent | d45546d4e53f149dc6ab2fc0e3ee020427b6c01e (diff) |
switched back to polybar
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 84a5960..cc379c0 100755 --- a/.scripts/secondmonitor.sh +++ b/.scripts/secondmonitor.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate normal --output eDP-1-1 --primary --mode 1920x1080 --pos 1920x673 --rotate normal +xrandr --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate normal --output eDP-1-1 --primary --mode 1920x1080 --pos 1920x0 --rotate normal |