diff options
Diffstat (limited to '.config/picom.conf')
-rw-r--r-- | .config/picom.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/picom.conf b/.config/picom.conf index 8aec0f8..a0f166d 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -68,6 +68,7 @@ shadow-exclude = [ "class_g = 'Cairo-clock'", "class_g = 'lemonbar'", "class_g = 'Alacritty'", + "class_g = 'Emacs'", "class_g = 'Pcmanfm'", "_GTK_FRAME_EXTENTS@:c" ]; |