From f41157e3d6c27977ffb834ab6d6986bdec20bfab Mon Sep 17 00:00:00 2001 From: Adam Stück Date: Sat, 4 Mar 2023 15:12:46 +0100 Subject: picom: drop terminal transparency --- .config/picom/picom.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index a5d961e..4c51a40 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -13,7 +13,7 @@ frame-opacity = 1; inactive-opacity-override = false; # Dim inactive windows. (0.0 - 1.0) -inactive-dim = 0.05; +inactive-dim = 0.04; # 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. @@ -43,7 +43,7 @@ opacity-rule = [ "100:_NET_WM_STATE@[2]:32a = '_NET_WM_STATE_FULLSCREEN'", "100:_NET_WM_STATE@[3]:32a = '_NET_WM_STATE_FULLSCREEN'", "100:_NET_WM_STATE@[4]:32a = '_NET_WM_STATE_FULLSCREEN'", - # "95:class_g = 'Alacritty' && !focused" + # "97:class_g = 'Alacritty' && !focused" ]; -- cgit v1.2.3-70-g09d2