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} ${
|
||||
toString config.home.pointerCursor.size
|
||||
}";
|
||||
hide_cursor = "when-typing enable";
|
||||
};
|
||||
assigns = {
|
||||
"2" = [
|
||||
|
|
Loading…
Reference in a new issue