diff options
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/scrvince | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/scrvince b/.local/bin/scrvince index a0c3d2c..eeed01e 100755 --- a/.local/bin/scrvince +++ b/.local/bin/scrvince @@ -44,7 +44,7 @@ # # Screen setup when I'm at Vince's place -xrandr --output LVDS-1 --mode 1366x768 --pos 1366x0 --rotate normal +xrandr --output LVDS-1 --mode 1366x768 --pos 1366x425 --rotate normal xrandr --output VGA-1 --off xrandr --output HDMI-1 --primary --mode 1366x768 --pos 0x0 --rotate normal xrandr --output DP-1 --off @@ -53,4 +53,4 @@ xrandr --output HDMI-3 --off xrandr --output DP-2 --off xrandr --output DP-3 --off setwp -sysctl hw.snd.default_unit=1
\ No newline at end of file +sysctl hw.snd.default_unit=1 |