diff options
author | Adam M. Stück <adam@adast.xyz> | 2023-02-03 23:54:49 +0100 |
---|---|---|
committer | Adam M. Stück <adam@adast.xyz> | 2023-02-03 23:54:49 +0100 |
commit | 30411445b57dd574f988ed8e86b270657e12c0e0 (patch) | |
tree | 9bfd9f1d06d1f11ebfb3a829b0dea00a44ac40f0 | |
parent | a63b1d927a59141ed43287fbd5144f50f00c6a84 (diff) |
picom: slightly less transparent terminals
-rw-r--r-- | .config/picom/picom.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 136b6f7..550919f 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -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" + "96:class_g = 'Alacritty' && !focused" ]; |