1
1
Fork 0

niri: remove bug comment

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-02-17 16:50:15 -06:00
parent 274be3755e
commit e94df4e38e
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -32,10 +32,8 @@ in {
inherit size;
theme = name;
# BUG: Heavily increases CPU usage with cursor movement
# https://github.com/YaLTeR/niri/issues/1037
#// hide-after-inactive-ms = 1000 * 15; # Milliseconds
#// hide-when-typing = true;
hide-after-inactive-ms = 1000 * 15; # Milliseconds
hide-when-typing = true;
};
# HACK: Inherit home-manager environment variables in lieu of upstream fix