removed inactive dimming, minimal border

This commit is contained in:
aj 2019-06-18 14:03:52 +01:00
parent ffba11a416
commit f69c420c3d
2 changed files with 6 additions and 4 deletions

View File

@ -117,7 +117,7 @@ inactive-opacity-override = false;
alpha-step = 0.06;
# Dim inactive windows. (0.0 - 1.0)
inactive-dim = 0.2;
# inactive-dim = 0.2;
# Do not let dimness adjust based on window opacity.
# inactive-dim-fixed = true;
# Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred.

View File

@ -201,9 +201,11 @@ mode "resize" {
bindsym $mod+r mode "resize"
set_from_resource $fg i3wm.color2 #f0f0f0
set_from_resource $bg i3wm.color7 #f0f0f0
#set_from_resource $fg i3wm.color2 #f0f0f0
#set_from_resource $bg i3wm.color7 #f0f0f0
set $fg #000000
set $bg #ffffff
# class border backgr. text indicator child_border
client.focused $bg $bg $fg $bg $bg
@ -220,7 +222,7 @@ client.background $bg
#for_window [class="^.*"] border pixel 6
default_border none
default_border pixel 1
#exec_always --no-startup-id killall polybar; polybar -r bar
exec_always --no-startup-id compton -b --config ~/.config/i3/compton.conf