Skip to content

Commit

Permalink
Fix undocumented xorg monitor conf
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Jun 26, 2024
1 parent d3b35f2 commit 8aa7229
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions hosts/zeus/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,12 @@
'';
}
{
# LG TV that should be off by default
# LG TV that should be off by default.
# Option "Enable" "false" is broken, but
# Option "Disable" "true" works, even though it's undocumented
output = "HDMI-A-0";
monitorConfig = ''
Option "Enable" "false"
Option "Disable" "true"
Option "RightOf" "DisplayPort-0"
'';
}
Expand Down

0 comments on commit 8aa7229

Please sign in to comment.