diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-11-27 00:27:58 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-11-27 00:27:58 +0530 |
commit | c974f99921cb4d8eaf917f4edbff9b86c51f2a1b (patch) | |
tree | 30fc90dd44c04ecc9dc7f8bdd334d9da93579599 /.config | |
parent | 24045012e69eb4d72b7a4344bca515e53412bba0 (diff) |
created somewhat custom doom theme
Diffstat (limited to '.config')
-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" ]; |