From ffbdcec44b50b3d75601b187d130e6c8b2757aa4 Mon Sep 17 00:00:00 2001
From: neodarz <neodarz@neodarz.net>
Date: Sun, 28 Oct 2018 00:45:06 +0200
Subject: Reset border for apps window

---
 i3/.config/i3/config | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/i3/.config/i3/config b/i3/.config/i3/config
index 8fd0feb..879acea 100644
--- a/i3/.config/i3/config
+++ b/i3/.config/i3/config
@@ -19,12 +19,14 @@ client.unfocused            $BLACK  $BLACK  $WHITE  $BLACK
 client.urgent               $WHITE  $BLACK  $WHITE  $WHITE
 client.background           $BLACK
 
+hide_edge_borders both
+
 ### Borders ###
 
 #new_window pixel 4
 #new_float pixel 4
 
-for_window [class="^.*"] border pixel 0
+for_window [class="^.*"] border pixel 1
 
 focus_follows_mouse no
 
-- 
cgit v1.2.1