From 31fef6ddc373dd80849399a016b335f8485a6e1d Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Mon, 12 Aug 2024 17:21:31 -0700 Subject: [PATCH] feat(hyprland): hide cursor on key press --- users/youwen/linux/hyprland/common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/users/youwen/linux/hyprland/common.nix b/users/youwen/linux/hyprland/common.nix index 3bebef6..def608e 100644 --- a/users/youwen/linux/hyprland/common.nix +++ b/users/youwen/linux/hyprland/common.nix @@ -208,6 +208,10 @@ disable_splash_rendering = true; }; + cursor = { + hide_on_key_press = true; + }; + decoration = { rounding = "10"; drop_shadow = "false";