fix(hyprland): update name of cursor.inactive_timeout
var
This commit is contained in:
parent
2c1db60481
commit
8efbae4907
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue