From 0927313f6d92ad1200a1a716f9b2ad9a16abf4f4 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 25 Jan 2026 16:19:09 +0100 Subject: [PATCH] fix(hyprland): fix cursor size on XWayland windows --- users/modules/desktop/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/modules/desktop/hyprland.nix b/users/modules/desktop/hyprland.nix index c50b9b7..c3e9a8b 100644 --- a/users/modules/desktop/hyprland.nix +++ b/users/modules/desktop/hyprland.nix @@ -172,6 +172,8 @@ in { bind = SUPER_SHIFT, minus, movetoworkspace, 8 bind = SUPER_SHIFT, slash, movetoworkspace, 9 bind = SUPER_SHIFT, asterisk, movetoworkspace, 10 + + env = XCURSOR_SIZE,12 ''; }; };