diff --git a/i3/.config/compton/compton.conf b/i3/.config/compton/compton.conf index 771d9be..7fdb88d 100644 --- a/i3/.config/compton/compton.conf +++ b/i3/.config/compton/compton.conf @@ -1,13 +1,15 @@ # Shadow shadow = false; menu-opacity = 0.8; -inactive-opacity = 0.9; +active-opacity = 0.9; +inactive-opacity = 0.8; +inactive-dim = 0.3; frame-opacity = 0.7; -inactive-opacity-override = false; +inactive-opacity-override = true; alpha-step = 0.06; blur-background = true; blur-background-frame = true; fading = true; fade-in-step = 0.1; fade-out-step = 0.1; -backend = "xrender"; +backend = "glx"; diff --git a/i3/.config/i3/config b/i3/.config/i3/config index b4957cb..3872b48 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -20,7 +20,7 @@ set $center move absolute position center # FLOATING floating_modifier $mod -set $thick 2 +set $thick 0 # DEFAULT BORDER for_window [class="^.*"] border pixel $thick @@ -319,7 +319,7 @@ bindsym $mod+Shift+o exec rofi-bat exec --no-startup-id unclutter -grab # RELOAD -#exec_always --no-startup-id compton +exec_always --no-startup-id compton --config ~/.config/compton/compton.conf exec_always --no-startup-id dunst exec_always --no-startup-id syncthing exec_always xrdb --merge ~/.Xresoureces