diff --git a/user/sway.nix b/user/sway.nix index 0bf1bdd..2675acd 100644 --- a/user/sway.nix +++ b/user/sway.nix @@ -58,6 +58,10 @@ in { urgent = client alert alert fg_color alert alert; }; output = { "*" = { bg = "${theme.background} fill"; }; }; + fonts = { + names = [ font.interface ]; + size = font.size.medium * 1.0; + }; input."type:touchpad" = { # Disable While Typing dwt = "disabled";