From cf841d62ea4af9392d63efe35ca4551c0f44b098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Sun, 7 Aug 2022 22:08:32 -0300 Subject: [PATCH] sway: setup fonts --- user/sway.nix | 4 ++++ 1 file changed, 4 insertions(+) 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";