diff options
| author | BardofSprites <[email protected]> | 2025-03-10 17:31:25 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-03-10 17:31:25 -0400 |
| commit | f4576a02cf90d72215b87870a96c5aa85779d931 (patch) | |
| tree | 6700f3d974413bbdd067271cff77aabe8d70e9c6 | |
| parent | 391ff178952d8a249cbc6d926dd6c81e6d6dcaf2 (diff) | |
don't want transparent emacs
| -rw-r--r-- | xorg/.config/picom/picom.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/.config/picom/picom.conf b/xorg/.config/picom/picom.conf index dadbb8d..9f41be9 100644 --- a/xorg/.config/picom/picom.conf +++ b/xorg/.config/picom/picom.conf @@ -230,7 +230,7 @@ opacity-rule = [ "100:class_g = 'Meld'", "70:class_g = 'TelegramDesktop'", "90:class_g = 'Joplin'", - "95:class_g = 'Emacs'", + # "95:class_g = 'Emacs'", # "95:class_g = 'FvwmButtons'", "90:class_g = 'URxvt'", "100:class_g = 'firefox'", |
