Skip to content

Instantly share code, notes, and snippets.

@superherointj
Created August 23, 2020 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save superherointj/9585857860bc87f1a4ed47531d3d6ace to your computer and use it in GitHub Desktop.
Save superherointj/9585857860bc87f1a4ed47531d3d6ace to your computer and use it in GitHub Desktop.
X11 - xorg.conf.d - 10-monitor.conf
# File: /etc/X11/xorg.conf.d/10-monitor.conf
# How can I configure this in NixOS?
Section "Monitor"
Identifier "DP3"
Option "Primary" "true"
EndSection
Section "Monitor"
Identifier "LVDS1"
Option "ignore" "true"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment