From 897908da866fc4e224a436390c182545bd8e5e32 Mon Sep 17 00:00:00 2001 From: kenji Date: Fri, 2 Jan 2026 13:43:56 -0600 Subject: [PATCH] fix(hyprland): some stuff --- apps/hyprland/hypr/exec.nix | 1 + apps/hyprland/hypr/input.nix | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/hyprland/hypr/exec.nix b/apps/hyprland/hypr/exec.nix index 624083e..ee26338 100644 --- a/apps/hyprland/hypr/exec.nix +++ b/apps/hyprland/hypr/exec.nix @@ -16,6 +16,7 @@ "hyprpm reload -n" "vicinae server" "systemctl --user start hyprpolkitagent" + "hyprsunset -t 4500" # apps "fcitx5 -d --replace" diff --git a/apps/hyprland/hypr/input.nix b/apps/hyprland/hypr/input.nix index 5bc131e..fbd91d5 100644 --- a/apps/hyprland/hypr/input.nix +++ b/apps/hyprland/hypr/input.nix @@ -5,7 +5,8 @@ repeat_delay = 300; }; cursor = { - hide_on_key_press = true; + hide_on_key_press = false; + no_warps = true; }; }; }