fixup! home,picom: picom.conf -> home-manager configuration
This commit is contained in:
parent
76cdc825be
commit
9e145b5c65
1 changed files with 6 additions and 6 deletions
|
@ -13,7 +13,7 @@ _: {
|
||||||
shadow-offset-y = -8;
|
shadow-offset-y = -8;
|
||||||
shadow-opacity = 0.2;
|
shadow-opacity = 0.2;
|
||||||
shadow-exclude = [
|
shadow-exclude = [
|
||||||
"_GTK_FRAME_EXTENTS@=c"
|
"_GTK_FRAME_EXTENTS@:c"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Fade
|
# Fade
|
||||||
|
@ -36,10 +36,10 @@ _: {
|
||||||
popup_menu = {opacity = 1;};
|
popup_menu = {opacity = 1;};
|
||||||
|
|
||||||
opacity-rule = [
|
opacity-rule = [
|
||||||
"100=_NET_WM_STATE@=32a = '_NET_WM_STATE_FULLSCREEN'"
|
"100:_NET_WM_STATE@:32a = '_NET_WM_STATE_FULLSCREEN'"
|
||||||
"90=class_g = 'Polybar'"
|
"90:class_g = 'Polybar'"
|
||||||
"90=class_g = 'Rofi'"
|
"90:class_g = 'Rofi'"
|
||||||
"90=class_g = 'Alacritty'"
|
"90:class_g = 'Alacritty'"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Blur
|
# Blur
|
||||||
|
@ -48,7 +48,7 @@ _: {
|
||||||
strength = 9;
|
strength = 9;
|
||||||
};
|
};
|
||||||
blur-background-exclude = [
|
blur-background-exclude = [
|
||||||
"_GTK_FRAME_EXTENTS@=c"
|
"_GTK_FRAME_EXTENTS@:c"
|
||||||
"class_g = 'Main'"
|
"class_g = 'Main'"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue