From 872870ff04fa12b2c777c4d3ef916b54df9307a7 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 24 Nov 2024 21:19:55 -0500 Subject: [PATCH] petalburg: set scaling to 1.0 --- hosts/petalburg/default.nix | 2 +- hosts/petalburg/home.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]; } ];