initial commit

This commit is contained in:
xbl
2025-03-13 21:41:25 +01:00
commit 231e882c38
4 changed files with 341 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
#!/bin/sh
xrandr \
--output HDMI-0 \
--off \
--output HDMI-1 \
--off \
--output DP-0 \
--mode 3840x2160 \
--rate 60 \
--pos 0x0 \
--rotate right \
--output DP-1 \
--off \
--output DP-2 \
--mode 2560x1440 \
--rate 60 \
--pos 2160x800 \
--rotate normal \
--output DP-3 \
--off \
--output DP-4 \
--primary \
--mode 2560x1440 \
--rate 240 \
--pos 2160x2240 \
--rotate normal \
--output DP-5 \
--off
# EOF