diff options
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/scrhome | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/scrhome b/.local/bin/scrhome index 492395d..0b406e3 100755 --- a/.local/bin/scrhome +++ b/.local/bin/scrhome @@ -47,7 +47,7 @@ xrandr --output LVDS-1 --off xrandr --output HDMI-1 --off xrandr --output VGA-1 --off -# xrandr --output LVDS-1 --mode 1366x768 --pos 1920x657 --rotate normal +#xrandr --output LVDS-1 --mode 1366x768 --pos 1920x657 --rotate normal xrandr \ --output HDMI-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal \ --output VGA-1 --mode 1440x900 --pos 1920x0 --rotate normal \ |