mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
picom: dot not aplly effects on nameless windows
This commit is contained in:
parent
ffc8cd4a8b
commit
e37659e3e8
@ -18,6 +18,7 @@ size-transition = true
|
||||
corner-radius = 8.0;
|
||||
rounded-corners-exclude = [
|
||||
"class_g = 'Dunst'",
|
||||
"! name~=''",
|
||||
#"window_type = 'normal'",
|
||||
];
|
||||
round-borders = 1;
|
||||
@ -49,7 +50,8 @@ fade-out-step = 0.3;
|
||||
# Specify a list of conditions of windows that should not be faded.
|
||||
# don't need this, we disable fading for all normal windows with wintypes: {}
|
||||
fade-exclude = [
|
||||
"class_g = 'slop'" # maim
|
||||
"class_g = 'slop'", # maim
|
||||
"! name~=''",
|
||||
]
|
||||
|
||||
# Do not fade on window open/close.
|
||||
@ -94,7 +96,8 @@ blur-background-exclude = [
|
||||
# when taking selection screenshot with `main`
|
||||
# https://github.com/naelstrof/maim/issues/130
|
||||
"class_g = 'slop'",
|
||||
"_GTK_FRAME_EXTENTS@:c"
|
||||
"_GTK_FRAME_EXTENTS@:c",
|
||||
"! name~=''",
|
||||
];
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user