From adb1e03858b9d8c255ae5ee77c2a3247ad10d07d Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sat, 1 Mar 2025 05:27:24 +0100
Subject: [PATCH] Ensure proper font size for foot.

---
 testing/home/desktop/.config/sway/config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/home/desktop/.config/sway/config b/testing/home/desktop/.config/sway/config
index d7e9367..b7ddc27 100644
--- a/testing/home/desktop/.config/sway/config
+++ b/testing/home/desktop/.config/sway/config
@@ -29,7 +29,7 @@ bindsym $mod+d			exec wmenu-run
 bindsym $mod+x			exec wmenu-run
 
 # launch terminal emulator
-bindsym $mod+Return		exec foot
+bindsym $mod+Return		exec foot --font=monospace:size=16
 
 # kill window
 bindsym $mod+Shift+q		kill
-- 
2.30.2