fix(hyprland): update name of cursor.inactive_timeout var

This commit is contained in:
Kiana Sheibani 2024-08-03 09:48:45 -04:00
parent 2c1db60481
commit 8efbae4907

View file

@ -39,13 +39,15 @@ in {
gaps_in = 8; gaps_in = 8;
gaps_out = 8; gaps_out = 8;
cursor_inactive_timeout = 5;
resize_on_border = true; resize_on_border = true;
"col.inactive_border" = "rgb(474f6f)"; "col.inactive_border" = "rgb(474f6f)";
"col.active_border" = "rgb(b4f9f8)"; "col.active_border" = "rgb(b4f9f8)";
}; };
cursor = {
inactive_timeout = 5;
};
plugin.hy3 = { plugin.hy3 = {
tab_first_window = false; tab_first_window = false;