summaryrefslogtreecommitdiff
path: root/.config/picom/picom.conf
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2021-10-05 21:12:16 +0200
committerAdam <56338480+adastx@users.noreply.github.com>2021-10-05 21:12:16 +0200
commit59e7ee298127e69c8472bb6a0930c5a105f5d12e (patch)
tree76b3984f127cae61306a3bc87715417fb679a906 /.config/picom/picom.conf
parentcf353a03de1fd6e0536663c8a0be9608cc59e985 (diff)
Neovim setup ported to lua + new plugins, picom edit so focused terminal is opaque
Diffstat (limited to '.config/picom/picom.conf')
-rw-r--r--.config/picom/picom.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf
index 496ac30..4f0d925 100644
--- a/.config/picom/picom.conf
+++ b/.config/picom/picom.conf
@@ -41,7 +41,8 @@ opacity-rule = [
"100:_NET_WM_STATE@[1]:32a = '_NET_WM_STATE_FULLSCREEN'",
"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'"
+ "100:_NET_WM_STATE@[4]:32a = '_NET_WM_STATE_FULLSCREEN'",
+ "90:class_g = 'Alacritty' && !focused"
];