diff --git a/hosts/petalburg/default.nix b/hosts/petalburg/default.nix index 8d11b281..cfddb365 100644 --- a/hosts/petalburg/default.nix +++ b/hosts/petalburg/default.nix @@ -52,7 +52,7 @@ monitor_info=$(echo -e "monitors" | ${lib.getExe pkgs.socat} - UNIX-CONNECT:"$socket") if echo "$monitor_info" | grep -q "$MON"; then - echo -e "keyword monitor $MON, $RES@$1, 0x0, 2, vrr, $2" | ${lib.getExe pkgs.socat} - UNIX-CONNECT:"$socket" + echo -e "keyword monitor $MON, $RES@$1, 0x0, 1, vrr, $2" | ${lib.getExe pkgs.socat} - UNIX-CONNECT:"$socket" fi fi diff --git a/hosts/petalburg/home.nix b/hosts/petalburg/home.nix index f41d0f69..6fde37f5 100644 --- a/hosts/petalburg/home.nix +++ b/hosts/petalburg/home.nix @@ -9,7 +9,7 @@ }; }; - ar.home.desktop.hyprland.laptopMonitors = ["eDP-1,1920x1200@165, 0x0, 2, vrr, 0"]; + ar.home.desktop.hyprland.laptopMonitors = ["eDP-1,1920x1200@165, 0x0, 1, vrr, 0"]; } ];