diff options
Diffstat (limited to '')
-rw-r--r-- | .config/x11/xinitrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index bea76e8..ffc58a0 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -63,7 +63,8 @@ start_apps() { } export LANG='en_US.UTF-8' -[ $host = "mother" ] && xrandr --output HDMI-0 --primary --mode 1920x1080 --pos 0x0 --rotate normal \ +[ $host = "mother" ] && xrandr \ + --output HDMI-0 --primary --mode 1920x1080 --pos 0x0 --rotate normal \ --output DP-0 --mode 1680x1050 --pos 1920x0 --rotate normal \ --output DP-1 --off \ --output DP-2 --off \ |