diff --git a/dots/bin/auto_startup.sh b/dots/bin/auto_startup.sh index b28f45d..943b1ba 100755 --- a/dots/bin/auto_startup.sh +++ b/dots/bin/auto_startup.sh @@ -80,6 +80,23 @@ ds-tuxwarrior-4() { #nr > /dev/null 2>&1 } +ds-tuxwarrior-5() { + info="1 laptop + 4 monitors for tuxwarrior" + echo "${info}" + + # DP-2 (laptop): off (four monitors seems to be the limit) + # HDMI-0: off (due to problems) + xrandr --output DP-0 --off --output DP-1 --primary --mode 3840x2160 --pos 2160x2160 --rotate normal --output HDMI-0 --off --output DP-2 --off --output DP-3 --mode 3840x2160 --pos 0x1149 --rotate right --output DP-4 --off --output DP-5 --mode 3840x2160 --pos 2160x0 --rotate normal --output DP-6 --off + + xrdb ~/.Xresources + + i3-msg "rename workspace 2 to 9" + i3-msg "rename workspace 1 to 2" + i3-msg "rename workspace 4 to 3" + i3-msg "rename workspace 9 to 1" + +} + # do the choka choka if [[ "${XWM}" == "hyprland" ]]; then