diff options
author | Joe <rbo@gmx.us> | 2024-12-18 23:56:58 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-12-18 23:56:58 +0100 |
commit | 531ca2e5fb30d63f53231cdf6748e19dcd47dbb7 (patch) | |
tree | 272db91cb81d7c65e5bd43cca0a34df38ffca6b1 /.config/x11/xinitrc | |
parent | up (diff) | |
download | dotfiles-bsd-531ca2e5fb30d63f53231cdf6748e19dcd47dbb7.tar.gz dotfiles-bsd-531ca2e5fb30d63f53231cdf6748e19dcd47dbb7.tar.bz2 dotfiles-bsd-531ca2e5fb30d63f53231cdf6748e19dcd47dbb7.tar.xz dotfiles-bsd-531ca2e5fb30d63f53231cdf6748e19dcd47dbb7.tar.zst dotfiles-bsd-531ca2e5fb30d63f53231cdf6748e19dcd47dbb7.zip |
up
Diffstat (limited to '.config/x11/xinitrc')
-rw-r--r-- | .config/x11/xinitrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index c904355..414bcdb 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -62,12 +62,12 @@ start_apps() { } export LANG='en_US.UTF-8' -[ $host = "mother" ] && xrandr --output HDMI-0 --off \ - --output DP-0 --mode 1440x900 --pos 0x0 --rotate normal \ - --output DP-2 --mode 1440x900 --pos 3120x0 --rotate normal \ - --output DP-4 --primary --mode 1680x1050 --pos 1440x0 --rotate normal \ +[ $host = "mother" ] && xrandr --output HDMI-0 --primary --mode 1920x1080 --pos 1440x0 --rotate normal \ + --output DP-0 --mode 1680x1050 --pos 3360x0 --rotate normal \ --output DP-1 --off \ + --output DP-2 --off \ --output DP-3 --off \ + --output DP-4 --mode 1440x900 --pos 0x0 --rotate normal \ --output DP-5 --off [ $host = "po-rbo" ] && xrandr \ --output eDP-1 --mode 1920x1200 --pos 0x0 --rotate normal \ |