Skip to content

Commit

Permalink
picom.sample.conf: remove type specifiers from rules
Browse files Browse the repository at this point in the history
a follow-up for #1205.
  • Loading branch information
absolutelynothelix committed Feb 29, 2024
1 parent f14149d commit d8a0fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions picom.sample.conf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ shadow-exclude = [
"class_g = 'Conky'",
"class_g ?= 'Notify-osd'",
"class_g = 'Cairo-clock'",
"_GTK_FRAME_EXTENTS@:c"
"_GTK_FRAME_EXTENTS@"
];

# Specify a list of conditions of windows that should have no shadow painted over, such as a dock window.
Expand Down Expand Up @@ -197,7 +197,7 @@ blur-kern = "3x3box";
blur-background-exclude = [
"window_type = 'dock'",
"window_type = 'desktop'",
"_GTK_FRAME_EXTENTS@:c"
"_GTK_FRAME_EXTENTS@"
];

#################################
Expand Down

0 comments on commit d8a0fcf

Please sign in to comment.