From 044bd1dffc9ee0c8c59ac28118a157fd31c6e336 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Fri, 14 Apr 2017 01:46:11 -0700 Subject: [PATCH] Hide borders on edge of screen. --- dotfiles/config/i3/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/config/i3/config b/dotfiles/config/i3/config index c782917..1b612df 100644 --- a/dotfiles/config/i3/config +++ b/dotfiles/config/i3/config @@ -145,3 +145,6 @@ exec --no-startup-id (sleep 2; nm-applet) & # customize windows for_window [class="^google-chrome$"] border pixel for_window [class="^Google-chrome-beta$"] border pixel + +# no need for borders on the edge of the screen +hide_edge_borders both