From b7e61881d41599b5ec9fb35bb067e6dd1dc4f39b Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 30 Sep 2019 08:46:04 -0400 Subject: [PATCH] Change gaps and border color for #i3wm --- i3/.config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 6a24cc3..fe7aa23 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -199,9 +199,9 @@ bindsym $mod+r mode "resize" bindsym $mod+c exec compton --config ~/.config/compton/compton.conf bindsym $mod+x exec pkill compton -gaps inner 5 gaps outer 5 +gaps inner 7 gaps outer 7 for_window [class="^.*"] border pixel 1 -client.focused #4c7899 #285577 #ffffff #2e9ef4 #FFFFFF +client.focused #4c7899 #285577 #ffffff #2e9ef4 # Setup Russian layout siwtching with Alt+Shift exec --no-startup-id "setxkbmap -model pc105 -layout us,ru,fr -option grp:alt_shift_toggle"