diff options
| author | Syndamia <kamen@syndamia.com> | 2023-02-25 12:40:32 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2023-02-25 12:40:32 +0200 |
| commit | f9acb66d665e834dd0c0022537dc8d865dc2cb9e (patch) | |
| tree | 712970da9d4a3038a7bcb23a6d360d097ef98f51 /.config | |
| parent | ef06139ae6d29cbfff0b1017ab6574984cd7e633 (diff) | |
| download | dotfiles-f9acb66d665e834dd0c0022537dc8d865dc2cb9e.tar dotfiles-f9acb66d665e834dd0c0022537dc8d865dc2cb9e.tar.gz dotfiles-f9acb66d665e834dd0c0022537dc8d865dc2cb9e.zip | |
[picom] Firefox now doesn't have a weird transparent border on certain windows
Diffstat (limited to '.config')
| -rw-r--r-- | .config/picom.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/picom.conf b/.config/picom.conf index e08f019..5714d74 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -49,7 +49,8 @@ shadow-exclude = [ "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'", "_GTK_FRAME_EXTENTS@:c", - "class_g = 'lead'" + "class_g = 'lead'", + "class_g = 'firefox' && argb" # thanks https://github.com/rehmano/dotfiles/blob/master/picom/picom.conf ]; # Specify a X geometry that describes the region in which shadow should not |
