diff --git a/home-manager/modules/sway/default.nix b/home-manager/modules/sway/default.nix index 6fa039b..e87bc0d 100644 --- a/home-manager/modules/sway/default.nix +++ b/home-manager/modules/sway/default.nix @@ -274,7 +274,7 @@ in seat = { "seat0" = { - hide_cursor = "when-typing enable"; + hide_cursor = "when-typing disable"; xcursor_theme = "${config.home.pointerCursor.name} ${toString config.home.pointerCursor.size}"; }; };