diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2020-12-19 12:39:05 -0600 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2021-02-06 10:40:54 -0600 |
commit | d4f2cb4d67cb378dd96a917ed7f3dc2e9fafb9b9 (patch) | |
tree | 0eeb209c6962b1203cf4ab63556a0db058120bf6 /desktop | |
parent | c35919801ff07024b9feffe884e722a473c3ab28 (diff) |
i3: reduce font size
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/.config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/.config/i3/config b/desktop/.config/i3/config index 2eb564f..7269649 100644 --- a/desktop/.config/i3/config +++ b/desktop/.config/i3/config @@ -6,7 +6,7 @@ set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. -font pango:monospace 12 +font pango:monospace 11 # status bar exec --no-startup-id polybar example |