From 1ca047d4132bbdaff2999473d376182ef25a4a61 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Mon, 13 Apr 2020 10:28:00 -0300 Subject: Fixed all the borders colors --- .config/i3/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/i3') diff --git a/.config/i3/config b/.config/i3/config index 61e796d9..0cfde0a4 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -55,8 +55,8 @@ for_window [class=".*"] border pixel 2 # Use gaps # smart_gaps on -gaps inner 2 -gaps outer 2 +gaps inner 1 +gaps outer 1 bindsym $mod+Shift+t gaps inner current set 15; gaps outer current set 15 bindsym $mod+s gaps inner current plus 5 @@ -254,7 +254,7 @@ exec --no-startup-id /usr/bin/mullvad connect # Window colors # class border backgr. text indicator child_border -client.focused #75D85A #75D85A #424242 #2e9ef4 #75D85A +client.focused #75D85A #75D85A #424242 #75D85A #75D85A client.focused_inactive #75D85A #5f676a #ffffff #484e50 #75D85A client.unfocused #75D85A #204D14 #424242 #292d2e #75D85A client.urgent #75D85A #900000 #ffffff #900000 #75D85A -- cgit v1.2.3