From 21f6d91516de0e63f6c8075d71853512a6e3965f Mon Sep 17 00:00:00 2001 From: Joe Date: Sun, 9 Jul 2023 18:18:13 +0200 Subject: up --- .config/openbox/autostart | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.config') diff --git a/.config/openbox/autostart b/.config/openbox/autostart index fb22d15..b2c1dcd 100755 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -50,6 +50,13 @@ startif() { } export LANG='en_US.UTF-8' +[ "$(hostname -s)" = "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 \ + --output DP-1 --off \ + --output DP-3 --off \ + --output DP-5 --off [ "$(hostname -s)" = "po-rbo" ] && xrandr \ --output eDP-1 --mode 1920x1200 --pos 5120x0 --rotate normal \ --output DP-1 --mode 2560x1440 --pos 0x0 --rotate normal \ -- cgit v1.2.3