perf(picom): remove deprecated option
This commit is contained in:
parent
23a1ca8e96
commit
66c0ee6b25
2 changed files with 7 additions and 4 deletions
|
@ -559,9 +559,9 @@ exec_always --no-startup-id sleep 1 && polybar external
|
||||||
exec_always --no-startup-id picom --config ~/.config/picom/picom.conf
|
exec_always --no-startup-id picom --config ~/.config/picom/picom.conf
|
||||||
|
|
||||||
# run applications
|
# run applications
|
||||||
exec snap run discord
|
|
||||||
exec spotify
|
exec spotify
|
||||||
exec vivaldi-stable
|
exec vivaldi-stable
|
||||||
|
exec flatpak run com.discordapp.Discord
|
||||||
|
|
||||||
# Commands for screenshot
|
# Commands for screenshot
|
||||||
# Screenshot
|
# Screenshot
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
inactive-opacity = 0.4;
|
inactive-opacity = 0.4;
|
||||||
active-opacity = 0.8;
|
active-opacity = 0.8;
|
||||||
|
|
||||||
|
opacity-rule = [
|
||||||
|
"100:name*='Minecraft'"
|
||||||
|
]
|
||||||
|
|
||||||
# Border
|
# Border
|
||||||
corner-radius = 6
|
corner-radius = 6
|
||||||
round-borders = 6
|
round-borders = 6
|
||||||
|
@ -10,14 +14,14 @@ round-borders = 6
|
||||||
blur:
|
blur:
|
||||||
{
|
{
|
||||||
method = "dual_kawase";
|
method = "dual_kawase";
|
||||||
strength = 15;
|
strength = 12;
|
||||||
}
|
}
|
||||||
|
|
||||||
wintypes:
|
wintypes:
|
||||||
{
|
{
|
||||||
normal = { blur-background = true; };
|
normal = { blur-background = true; };
|
||||||
splash = { blur-background = false; };
|
splash = { blur-background = false; };
|
||||||
};
|
}
|
||||||
|
|
||||||
# Fading
|
# Fading
|
||||||
fading = false;
|
fading = false;
|
||||||
|
@ -30,7 +34,6 @@ mark-wmwin-focused = true;
|
||||||
mark-ovredir-focused = true;
|
mark-ovredir-focused = true;
|
||||||
detect-rounded-corners = true;
|
detect-rounded-corners = true;
|
||||||
detect-client-opacity = true;
|
detect-client-opacity = true;
|
||||||
refresh-rate = 0;
|
|
||||||
vsync = true;
|
vsync = true;
|
||||||
dbe = false;
|
dbe = false;
|
||||||
unredir-if-possible = true;
|
unredir-if-possible = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue