From 2123ec6a28f1e6debbce960fe86826bc7d42c1fd Mon Sep 17 00:00:00 2001 From: odave Date: Sun, 5 Apr 2020 02:38:14 +0100 Subject: ~some aesthetics +Every window should only be a 5 pixel border (no title bar). +gaps for outer and inner (i3-gaps) --- i3.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/i3.conf b/i3.conf index c27e161..cca249c 100644 --- a/i3.conf +++ b/i3.conf @@ -18,6 +18,11 @@ exec --no-startup-id nm-applet # Focus follows mouse focus_follows_mouse no +for_window [class="^.*"] border pixel 5 + +# Gaps and border +gaps outer 0 +gaps inner 10 # Volume binds set $refresh_i3status killall -SIGUSR1 i3status -- cgit v1.2.3-13-gbd6f