From c92c78b98e6819803ec5982c6b5e0f358df42ca2 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 4 Jul 2024 23:19:01 +0400 Subject: [PATCH] i set the wrong monitor to the primary monitor --- hosts/sakopc/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sakopc/configuration.nix b/hosts/sakopc/configuration.nix index 0730cc6d..54fd37e3 100644 --- a/hosts/sakopc/configuration.nix +++ b/hosts/sakopc/configuration.nix @@ -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";