diff options
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/scrhome | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/scrhome b/.local/bin/scrhome index 0b406e3..5762acb 100755 --- a/.local/bin/scrhome +++ b/.local/bin/scrhome @@ -50,11 +50,11 @@ xrandr --output VGA-1 --off #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 \ + --output DP-2 --mode 1440x900 --pos 1920x0 --rotate normal \ + --output VGA-1 --off \ --output DP-1 --off \ --output HDMI-2 --off \ --output HDMI-3 --off \ - --output DP-2 --off \ --output DP-3 --off setwp ekb |