From 0676f9bb269400050ee4b65cc6240804268e362b Mon Sep 17 00:00:00 2001 From: Iosif Zota Date: Wed, 13 Sep 2017 23:54:02 +0300 Subject: [PATCH] i3: config: Added border around windows. Hi! This change is related to one of your yt videos (https://youtu.be/Ja-DgvGPDu8?t=1m11s): i3-gaps does not work correctly with window title bars, pixel-style borders work fine though (example: https://i.imgur.com/Pvu2jBc.png). From github.com/Airblader/i3 : "... disable them via for_window [class="^.*"] border pixel 0 in your config. You can also use any non-zero value as long as you only use pixel-style borders." I hope this helps. Cheers! --- .config/i3/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index cd7930ff..d91ba3eb 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -9,7 +9,8 @@ ###---Basic Definitions---### #Needed for i3-gaps hide_edge_borders both -for_window [class="^.*"] border pixel 0 +new_window 1pixel +smart_borders on gaps inner 15 gaps outer 15 font pango:hack 9