diff options
Diffstat (limited to '.local/bin/scrhome')
-rwxr-xr-x | .local/bin/scrhome | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/.local/bin/scrhome b/.local/bin/scrhome index d43b9a8..b234031 100755 --- a/.local/bin/scrhome +++ b/.local/bin/scrhome @@ -44,17 +44,16 @@ # # Screen setup when I'm at home +#xrandr \ +# --output LVDS-1 --off \ +# --output VGA-1 --off \ +# --output HDMI-1 --off \ +# --output DP-1 --off \ +# --output DP-2 --off \ +# --output DP-3 --off \ +# --output HDMI-2 --off \ +# --output HDMI-3 --off xrandr \ - --output LVDS-1 --off \ - --output VGA-1 --off \ - --output HDMI-1 --off \ - --output DP-1 --off \ - --output DP-2 --off \ - --output DP-3 --off \ - --output HDMI-2 --off \ - --output HDMI-3 --off -xrandr \ - --output HDMI-2 --primary --mode 1920x1080 --pos 1280x0 --rotate normal \ - --output DP-3 --mode 1280x1024 --pos 0x108 --rotate normal + --output HDMI-2 --primary --mode 1920x1080 --pos 1366x0 --rotate normal setwp ekb |