sway: hide cursor when typing
This commit is contained in:
parent
754afd4baa
commit
ae518ababd
|
@ -100,6 +100,7 @@ in
|
||||||
xcursor_theme = "${config.home.pointerCursor.name} ${
|
xcursor_theme = "${config.home.pointerCursor.name} ${
|
||||||
toString config.home.pointerCursor.size
|
toString config.home.pointerCursor.size
|
||||||
}";
|
}";
|
||||||
|
hide_cursor = "when-typing enable";
|
||||||
};
|
};
|
||||||
assigns = {
|
assigns = {
|
||||||
"2" = [
|
"2" = [
|
||||||
|
|
Loading…
Reference in a new issue