diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-08-01 16:36:22 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-08-01 16:36:22 +0530 |
commit | 96c6e3ffc0f2e34f7fb267ae298b489af9556c8e (patch) | |
tree | 19dd0327be26619c311e729639ee26286e9c5452 /.config/picom.conf | |
parent | 0d5cb63774edb87245f204bf7f180f090edfdcd3 (diff) |
removed shadow from alacritty
Diffstat (limited to '.config/picom.conf')
-rw-r--r-- | .config/picom.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/picom.conf b/.config/picom.conf index ac6962e..8aec0f8 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -67,7 +67,7 @@ shadow-exclude = [ "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'", "class_g = 'lemonbar'", - "class_g = 'st-256color'", + "class_g = 'Alacritty'", "class_g = 'Pcmanfm'", "_GTK_FRAME_EXTENTS@:c" ]; |