+ ds-tuxwarrior-5()
with some limitations, so only enabling 3 of 5 connected screens NOTE: "/+-" has now got a new meaning! so, + is a new function here, not a new file.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user