1
1
Fork 0

niri: disable hide-when-typing

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-01-10 16:59:53 -06:00
parent 71ddce3239
commit 1382e879dc
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -30,8 +30,9 @@ in {
inherit size; inherit size;
theme = name; theme = name;
# BUG: Heavily increases CPU usage with cursor movement
#// hide-after-inactive-ms = 1000 * 15; # Milliseconds #// hide-after-inactive-ms = 1000 * 15; # Milliseconds
hide-when-typing = true; #// hide-when-typing = true;
}; };
# HACK: Inherit home-manager environment variables in lieu of upstream fix # HACK: Inherit home-manager environment variables in lieu of upstream fix