i set the wrong monitor to the primary monitor
This commit is contained in:
parent
89a7b5362b
commit
c92c78b98e
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
|||
# fuck you AOC
|
||||
# my monitor only works on 240hz now
|
||||
services.xserver.displayManager.setupCommands = ''
|
||||
${pkgs.xorg.xrandr}/bin/xrandr --output DP-0 --mode 1920x1080 --rate 239.96 --output HDMI-0 --mode 1920x1080 --primary --left-of DP-0
|
||||
${pkgs.xorg.xrandr}/bin/xrandr --output DP-0 --mode 1920x1080 --rate 239.96 --primary --output HDMI-0 --mode 1920x1080 --left-of DP-0
|
||||
'';
|
||||
|
||||
home-manager.users.sako.home.stateVersion = "24.05";
|
||||
|
|
Loading…
Reference in a new issue