configuration/root/etc/X11/xorg.conf.d/10-monitor.conf

18 lines
348 B
Plaintext
Raw Normal View History

2022-01-05 01:07:09 +01:00
Section "Monitor"
Identifier "eDP1"
Option "Primary" "true"
Option "PreferredMode" "1920x1080"
EndSection
Section "Monitor"
Identifier "DP1-1"
Option "Above" "eDP1"
Option "PreferredMode" "1920x1200"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Intel Graphics"
Monitor "Monitor0"
EndSection