Skip to content

Commit 85b96f3

Browse files
fix(config) modelltisch anordnung
1 parent 0a55618 commit 85b96f3

File tree

1 file changed

+21
-11
lines changed

1 file changed

+21
-11
lines changed

src/config.sh

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -96,21 +96,31 @@ then
9696
xrandr --output HDMI-A-0 --off
9797
xrandr --output DisplayPort-0 --off
9898

99-
xrandr --output DisplayPort-1 --auto --primary
100-
xrandr --output HDMI-A-0 --auto --right-of DisplayPort-1
101-
xrandr --output DisplayPort-0 --auto --right-of HDMI-A-0
102-
xrandr --output HDMI-A-0 --mode 1920x1080 --right-of DisplayPort-1
103-
xrandr --output DisplayPort-0 --mode 1920x1080 --right-of HDMI-A-0
99+
#xrandr --output DisplayPort-1 --auto --primary
100+
#xrandr --output HDMI-A-0 --auto --right-of DisplayPort-1
101+
#xrandr --output DisplayPort-0 --auto --right-of HDMI-A-0
102+
xrandr --output HDMI-A-0 --auto --primary
103+
xrandr --output DisplayPort-1 --auto --right-of HDMI-A-0
104+
xrandr --output DisplayPort-0 --auto --right-of DisplayPort-1
105+
#xrandr --output HDMI-A-0 --mode 1920x1080 --right-of DisplayPort-1
106+
#xrandr --output DisplayPort-0 --mode 1920x1080 --right-of HDMI-A-0
107+
xrandr --output DisplayPort-1 --mode 1920x1080 --right-of HDMI-A-0
108+
xrandr --output DisplayPort-0 --mode 1920x1080 --right-of DisplayPort-1
104109

105110
xrandr --output DP-2 --off
106111
xrandr --output HDMI-1 --off
107112
xrandr --output DP-1 --off
108-
109-
xrandr --output DP-2 --auto --primary
110-
xrandr --output HDMI-1 --auto --right-of DP-2
111-
xrandr --output DP-1 --auto --right-of HDMI-1
112-
xrandr --output HDMI-1 --mode 1920x1080 --right-of DP-2
113-
xrandr --output DP-1 --mode 1920x1080 --right-of HDMI-1
113+
#umgesteckt
114+
#xrandr --output DP-2 --auto --primary
115+
#xrandr --output HDMI-1 --auto --right-of DP-2
116+
#xrandr --output DP-1 --auto --right-of HDMI-1
117+
xrandr --output HDMI-1 --auto --primary
118+
xrandr --output DP-2 --auto --right-of HDMI-1
119+
xrandr --output DP-1 --auto --right-of DP-2
120+
#xrandr --output HDMI-1 --mode 1920x1080 --right-of DP-2
121+
#xrandr --output DP-1 --mode 1920x1080 --right-of HDMI-1
122+
xrandr --output DP-2 --mode 1920x1080 --right-of HDMI-1
123+
xrandr --output DP-1 --mode 1920x1080 --right-of DP-2
114124

115125

116126

0 commit comments

Comments
 (0)