i set the wrong monitor to the primary monitor

This commit is contained in:
Sakooooo 2024-07-04 23:19:01 +04:00
parent 89a7b5362b
commit c92c78b98e

View file

@ -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";