From 78fe06083d5b9ae9b400944a623be0a1d00fddd7 Mon Sep 17 00:00:00 2001 From: etwas Date: Sat, 7 Dec 2024 23:32:43 +0100 Subject: [PATCH] feat(hypr): switch to 120 hz --- home/wm/hyprland.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/home/wm/hyprland.nix b/home/wm/hyprland.nix index 4f99eea..9c2d4fa 100644 --- a/home/wm/hyprland.nix +++ b/home/wm/hyprland.nix @@ -9,7 +9,7 @@ xwayland.enable = true; settings = { - monitor = "eDP-1, 2880x1920@75, 0x0, 1.5 + monitor = "eDP-1, 2880x1920@120, 0x0, 1.5 monitor = DP-4, 1920x1080@60, 0x0, 1, mirror, eDP-1"; input = { @@ -82,10 +82,6 @@ vrr = 1; }; - decoration = { - drop_shadow = false; - }; - xwayland = { force_zero_scaling = true; };