diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-05 21:12:16 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-05 21:12:16 +0200 |
commit | 59e7ee298127e69c8472bb6a0930c5a105f5d12e (patch) | |
tree | 76b3984f127cae61306a3bc87715417fb679a906 /.config/picom | |
parent | cf353a03de1fd6e0536663c8a0be9608cc59e985 (diff) |
Neovim setup ported to lua + new plugins, picom edit so focused terminal is opaque
Diffstat (limited to '.config/picom')
-rw-r--r-- | .config/picom/picom.conf | 3 |
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" ]; |