diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-17 02:17:19 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-17 02:17:19 +0200 |
commit | 320dcacae03a017f1296de8a238aeb557b624029 (patch) | |
tree | 4b8b47863d1ab83bd8103fcefcea88087279b751 | |
parent | New script for home screen (diff) | |
download | dotfiles-bsd-320dcacae03a017f1296de8a238aeb557b624029.tar.gz dotfiles-bsd-320dcacae03a017f1296de8a238aeb557b624029.tar.bz2 dotfiles-bsd-320dcacae03a017f1296de8a238aeb557b624029.tar.xz dotfiles-bsd-320dcacae03a017f1296de8a238aeb557b624029.tar.zst dotfiles-bsd-320dcacae03a017f1296de8a238aeb557b624029.zip |
update
-rwxr-xr-x | .local/bin/scrhome | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/.local/bin/scrhome b/.local/bin/scrhome index 021ed18..cdeb90d 100755 --- a/.local/bin/scrhome +++ b/.local/bin/scrhome @@ -44,12 +44,15 @@ # # Screen setup when I'm at home -xrandr --output LVDS-1 --mode 1366x768 --pos 1920x657 --rotate normal -xrandr --output HDMI-1 --primary --mode 1920x1080 --pos 3286x0 --rotate normal -xrandr --output VGA-1 --mode 1440x900 --pos 0x0 --rotate normal -xrandr --output DP-1 --off -xrandr --output HDMI-2 --off -xrandr --output HDMI-3 --off -xrandr --output DP-2 --off -xrandr --output DP-3 --off +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 HDMI-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal \ + --output VGA-1 --mode 1440x900 --pos 1920x0 --rotate normal \ + --output DP-1 --off \ + --output HDMI-2 --off \ + --output HDMI-3 --off \ + --output DP-2 --off \ + --output DP-3 --off setwp |