diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-13 11:11:25 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-13 11:11:25 +0200 |
commit | 3416cb350036a110421f776d4976e4baed2acafc (patch) | |
tree | f4d166f3c2ea16e624c8352b52424e59219b5be1 /.local/bin/scrvince | |
parent | Added new script for ext screen only (diff) | |
download | dotfiles-bsd-3416cb350036a110421f776d4976e4baed2acafc.tar.gz dotfiles-bsd-3416cb350036a110421f776d4976e4baed2acafc.tar.bz2 dotfiles-bsd-3416cb350036a110421f776d4976e4baed2acafc.tar.xz dotfiles-bsd-3416cb350036a110421f776d4976e4baed2acafc.tar.zst dotfiles-bsd-3416cb350036a110421f776d4976e4baed2acafc.zip |
few updates
Diffstat (limited to '.local/bin/scrvince')
-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 |