From 7adda3c5b0dab686a11086baa13035cc78616c6f Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Tue, 4 Mar 2025 02:44:56 +0100
Subject: [PATCH] Various smaller improvements.

---
 many_releases/home/all/.gitconfig        | 3 +++
 testing/home/desktop/.config/sway/config | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
 create mode 100644 many_releases/home/all/.gitconfig

diff --git a/many_releases/home/all/.gitconfig b/many_releases/home/all/.gitconfig
new file mode 100644
index 0000000..8967d25
--- /dev/null
+++ b/many_releases/home/all/.gitconfig
@@ -0,0 +1,3 @@
+[user]
+	email = c.heller@plomlompom.de
+	name = Christian Heller
diff --git a/testing/home/desktop/.config/sway/config b/testing/home/desktop/.config/sway/config
index 3b1a398..f8c16e2 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 --font=monospace:size=16
+bindsym $mod+Return		exec foot --font=monospace:size=12
 
 # kill window
 bindsym $mod+Shift+q		kill
-- 
2.30.2