feat(hyprland): hide cursor on key press

This commit is contained in:
Youwen Wu 2024-08-12 17:21:31 -07:00
parent 2a87f4d35d
commit 31fef6ddc3
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -208,6 +208,10 @@
disable_splash_rendering = true;
};
cursor = {
hide_on_key_press = true;
};
decoration = {
rounding = "10";
drop_shadow = "false";