From 085c91f90984a6ca184bb0342f8f6c21137cc7fb Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Thu, 24 Oct 2024 13:49:29 +0200 Subject: [PATCH] sway: Disable hide cursor when typing. It interferes with games. --- home-manager/modules/sway/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"; }; };