From 4707a4be1d82fcaddc7560b5a77134401993a5f3 Mon Sep 17 00:00:00 2001 From: Emmet Date: Wed, 25 Jun 2025 14:00:20 -0500 Subject: [PATCH] Some hyprland optimizations --- hosts/snowfire/home.nix | 6 +++--- modules/user/hyprland/default.nix | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/hosts/snowfire/home.nix b/hosts/snowfire/home.nix index d93797f2..933585c4 100644 --- a/hosts/snowfire/home.nix +++ b/hosts/snowfire/home.nix @@ -50,9 +50,9 @@ wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable { settings = { monitor = [ - "eDP-1,1920x1080@300,720x864,1.25,vrr,0" - "HDMI-A-1,1920x1080,1536x0,1.25,vrr,0" - "DP-1,1920x1080,0x0,1.25,vrr,0" + "eDP-1,1920x1080@60.00,720x864,1.25,vrr,0" + "HDMI-A-1,preferred,1536x0,1.25,vrr,0" + "DP-1,preferred,0x0,1.25,vrr,0" ]; }; diff --git a/modules/user/hyprland/default.nix b/modules/user/hyprland/default.nix index d0d755d4..2596b1e4 100644 --- a/modules/user/hyprland/default.nix +++ b/modules/user/hyprland/default.nix @@ -114,6 +114,7 @@ in }; cursor = { + no_hardware_cursors = 1; no_warps = false; inactive_timeout = 30; };