From d5f9baef0134428fe30fe5ac914a57273b00eb35 Mon Sep 17 00:00:00 2001 From: lhark Date: Thu, 18 Apr 2019 15:05:30 -0400 Subject: [PATCH] [i3] Remove window borders --- config/i3/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/i3/config b/config/i3/config index e1344e6..8c14fe6 100644 --- a/config/i3/config +++ b/config/i3/config @@ -15,7 +15,9 @@ set $mod Mod4 # is used in the bar {} block below. font pango:Hack 8 +# Remove borders hide_edge_borders both +for_window [class=".*"] border pixel 1 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango).