Initial commit

This commit is contained in:
2024-07-14 13:55:45 +02:00
commit 55373d6ed9
75 changed files with 6638 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
#!/usr/bin/env sh
# Generate with arandr
# xrandr \
# --output eDP \
# --mode 1920x1080 \
# --pos 0x0 \
# --rotate normal \
# --output HDMI-A-0 --off \
# --output DisplayPort-0 --off \
# --output DisplayPort-1 --off \
# --output DisplayPort-2 --off \
# --output DisplayPort-3 \
# --primary \
# --mode 2560x1440 \
# --pos 1920x0 \
# --rotate normal \
# --output DisplayPort-4 \
# --mode 1920x1200 \
# --pos 4480x0 \
# --rotate normal