From 8094ac39153017239eb7cd2525b2df7e93550490 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 14 Aug 2024 10:33:01 +0200 Subject: ... --- accounts/gkleen@sif/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'accounts/gkleen@sif/hyprland.nix') diff --git a/accounts/gkleen@sif/hyprland.nix b/accounts/gkleen@sif/hyprland.nix index 579b485f..c295997b 100644 --- a/accounts/gkleen@sif/hyprland.nix +++ b/accounts/gkleen@sif/hyprland.nix @@ -4,7 +4,7 @@ let in { monitor = [ ",preferred,auto,auto" - "eDP-1,3840x2160@59.99900,auto,1.5" + "eDP-1,3840x2160@60,auto,1.5" ]; "$terminal" = "kitty"; @@ -279,7 +279,7 @@ in { export PATH="${lib.makeBinPath (with pkgs; [ jq ])}:$PATH" [[ $(hyprctl monitors -j | jq '.[] | select(.name == "eDP-1") | .disabled') = "true" ]] || exit 0 - hyprctl keyword monitor "eDP-1,3840x2160@59.99900,auto,1.5" + hyprctl keyword monitor "eDP-1,3840x2160@60,auto,1.5" ''}" ", switch:on:Lid Switch,exec,${pkgs.writeShellScript "clamshell-on" '' export PATH="${lib.makeBinPath (with pkgs; [ jq ])}:$PATH" -- cgit v1.2.3