flake

Francesco Saccone's Nix flake.
git clone https://git.francescosaccone.com/flake
Log | Files | Refs | README | LICENSE

commit 05459020ef512535e6441108d66f46089e7e4e1b
parent a2b3168586d5af865179a3fd9f8c9d8e861fce2d
Author: Francesco Saccone <francesco@francescosaccone.com>
Date:   Tue, 29 Apr 2025 15:36:08 +0200

feat: do not disable mouse while typing

Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>

Diffstat:
Mmodules/home-manager/sway/default.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/modules/home-manager/sway/default.nix b/modules/home-manager/sway/default.nix @@ -190,6 +190,7 @@ }; "*" = { tap = "enabled"; + dwt = "disabled"; }; };