From 4eea5fdfd8266f086b1b2e48db2ddab74bfd36e0 Mon Sep 17 00:00:00 2001 From: the_4n0nym0u53 Date: Fri, 19 Nov 2021 17:53:22 +0100 Subject: [PATCH] Sway: Set font. --- sway/.config/sway/config.d/appearance | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sway/.config/sway/config.d/appearance b/sway/.config/sway/config.d/appearance index 080a09b..f963fb0 100644 --- a/sway/.config/sway/config.d/appearance +++ b/sway/.config/sway/config.d/appearance @@ -4,12 +4,17 @@ # # ############################### +# Borders default_border pixel 2 hide_edge_borders smart +# Gaps gaps inner 8 gaps outer 10 +# Font +font pango:Ubuntu Condensed 10 + ### COLORS ### # border, bground and text only apply to window titlebars