diff options
author | Adam Stück <adam@adast.xyz> | 2023-03-04 15:12:46 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-03-04 15:12:46 +0100 |
commit | f41157e3d6c27977ffb834ab6d6986bdec20bfab (patch) | |
tree | fca18cb12f31f7f00fee6459b972e4d0d312b6ac | |
parent | 4f0adb2a410d0b0a53b3c68339a70a3b697c0a00 (diff) |
picom: drop terminal transparency
-rw-r--r-- | .config/picom/picom.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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" ]; |