From 53f9a55b58bb1e32586c166b803e6ebcfb52b2e2 Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Tue, 17 Sep 2019 11:06:06 -0600 Subject: [PATCH] i3 statusbar font update --- config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/i3/config b/config/i3/config index eb5fecf..0a7a9d4 100644 --- a/config/i3/config +++ b/config/i3/config @@ -13,7 +13,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 8 +font pango:monospace 6 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). @@ -95,7 +95,7 @@ bindsym $mod+e layout toggle split bindsym $mod+Shift+space floating toggle # change focus between tiling / floating windows -bindsym $mod+space focus mode_toggle +bindsym $mod+d focus mode_toggle # focus the parent container bindsym $mod+a focus parent