diff --git a/.i3/config b/.i3/config index 9ac9bdb..90ab8fa 100644 --- a/.i3/config +++ b/.i3/config @@ -105,7 +105,7 @@ exec --no-startup-id i3-msg 'workspace $tag4; exec urxvtc -e screen -rd weechat; #colors # class border backgr. text indicator child_border -client.focused #FFFFFF #A4A4A4 #000000 #ffffff #333333 +client.focused #FFFFFF #FFFFFF #000000 #000000 #000000 client.focused_inactive #333333 #5f676a #ffffff #484e50 #000000 client.unfocused #333333 #222222 #888888 #292d2e #222222 client.urgent #2f343a #900000 #ffffff #900000 #900000 @@ -113,9 +113,10 @@ client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c #i3-gaps for_window [class="^.*"] border pixel 0 -gaps inner 3 -gaps outer 3 +gaps inner 4 +gaps outer -4 smart_gaps on +smart_borders on ############################################################################################################################# diff --git a/screenshots/i3wm.png b/screenshots/i3wm.png index c6b442f..667ca89 100644 Binary files a/screenshots/i3wm.png and b/screenshots/i3wm.png differ