summaryrefslogtreecommitdiffstats
path: root/.config/x11
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/x11/xinitrc8
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 \