diff options
author | lonkaars <l.leblansch@gmail.com> | 2020-11-14 20:03:00 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2020-11-14 20:03:00 +0100 |
commit | ad30ab956b95a35a08d84ae170e8b3adbc6b5544 (patch) | |
tree | 8406bfe8cace0ce9f9c550ee5661609fd08dd7b6 /.config/picom.conf | |
parent | 47bbee4a98ad6317032f3c72886db797f9b703f3 (diff) |
moved to bliss :tada:
Diffstat (limited to '.config/picom.conf')
-rw-r--r-- | .config/picom.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/picom.conf b/.config/picom.conf index 73aa2fc..c0a831e 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -27,8 +27,7 @@ shadow-offset-x = -48; shadow-exclude = [ "!I3_FLOATING_WINDOW@:c && _NET_WM_WINDOW_TYPE@:32a *= '_NET_WM_WINDOW_TYPE_NORMAL'", - "class_g = 'firefox' && !I3_FLOATING_WINDOW@:c", - "class_g = 'conky'" + "class_g = 'firefox' && !I3_FLOATING_WINDOW@:c" ] wintypes: { |