From 5660bbbe9a71d24775083418ee1b1f2f892d3425 Mon Sep 17 00:00:00 2001 From: collieiscute Date: Mon, 31 Aug 2026 23:32:55 +0800 Subject: [PATCH] fix(hyprland): force software cursor --- home/dot_config/hypr/hyprland.lua.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/dot_config/hypr/hyprland.lua.tmpl b/home/dot_config/hypr/hyprland.lua.tmpl index 9ccc604..33d0fa4 100644 --- a/home/dot_config/hypr/hyprland.lua.tmpl +++ b/home/dot_config/hypr/hyprland.lua.tmpl @@ -123,6 +123,9 @@ hl.permission({ binary = "/usr/(bin|local/bin)/hyprpm", ----------------------- hl.config({ + cursor = { + no_hardware_cursors = true, + }, xwayland = { force_zero_scaling = true, },