added profile

This commit is contained in:
lucca
2026-09-19 21:23:27 -04:00
parent 96895c9755
commit 498aed50d2
10 changed files with 898 additions and 3 deletions
+4 -1
View File
@@ -1,2 +1,5 @@
#!/bin/sh
xrandr --output DisplayPort-0 --off --output DisplayPort-1 --primary --mode 1280x720 --pos 0x0 --rotate normal --output DisplayPort-2 --off --output HDMI-A-0 --off
xrandr --newmode "1280x720_60.00" 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync
xrandr --addmode DisplayPort-1 "1280x720_60.00"
xrandr --output DisplayPort-0 --off --output DisplayPort-1 --primary --mode "1280x720_60.00" --pos 0x0 --rotate normal --output DisplayPort-2 --off --output HDMI-A-0 --off