From 88d4510b287e60602e9b03655ca4aba4770d51ec Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 22 Jul 2021 19:42:58 +1200 Subject: Use a Unicode-aware font for i3wm --- i3/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/i3/config b/i3/config index b07e19ea..bc795967 100644 --- a/i3/config +++ b/i3/config @@ -10,6 +10,9 @@ new_window 1pixel # If the window is the only one on the workspace, forego the borders hide_edge_borders smart +# Use a Unicode-capable font that should be available +font pango:Liberation Mono 8 + # Mod+Shift+r restarts i3wm bindsym $mod+Shift+r restart -- cgit v1.2.3