Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions picom.sample.conf
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ inactive-opacity-override = true;
# Specify a list of conditions of windows that should never be considered focused.
# focus-exclude = []
focus-exclude = [
"class_g = 'Cairo-clock'" ,
"class_g = 'Cairo-clock'"
];

# Use fixed inactive dim value, instead of adjusting according to window opacity.
Expand Down Expand Up @@ -210,7 +210,7 @@ blur-background-exclude = [
"class_g = 'Discord'",
"class_g = 'Dunst'",
"class_g = 'Peek'",
"class_g *?= 'slop'",
"class_g *?= 'slop'"
];

#################################
Expand Down Expand Up @@ -435,5 +435,5 @@ wintypes:
opacity-rule = [
"100:class_g = 'St' && focused",
"50:class_g = 'St' && !focused",
"100:fullscreen",
"100:fullscreen"
];