diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-06-24 23:02:29 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-06-24 23:02:29 +0200 |
| commit | 66c0ee6b2502214aff399eb33cfad96ec99b3706 (patch) | |
| tree | cd5f2e7b0e8eb24fc5ebafc692ee7e12b206a331 /config | |
| parent | 23a1ca8e96a968a2e4590ce6c69b7e2b4d412d38 (diff) | |
perf(picom): remove deprecated option
Diffstat (limited to 'config')
| -rw-r--r-- | config/i3/config | 2 | ||||
| -rw-r--r-- | config/picom/picom.conf | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/config/i3/config b/config/i3/config index eb58ed2..b7b25a3 100644 --- a/config/i3/config +++ b/config/i3/config @@ -559,9 +559,9 @@ exec_always --no-startup-id sleep 1 && polybar external exec_always --no-startup-id picom --config ~/.config/picom/picom.conf # run applications -exec snap run discord exec spotify exec vivaldi-stable +exec flatpak run com.discordapp.Discord # Commands for screenshot # Screenshot diff --git a/config/picom/picom.conf b/config/picom/picom.conf index 87f1dea..3cd80d8 100644 --- a/config/picom/picom.conf +++ b/config/picom/picom.conf @@ -2,6 +2,10 @@ inactive-opacity = 0.4; active-opacity = 0.8; +opacity-rule = [ + "100:name*='Minecraft'" +] + # Border corner-radius = 6 round-borders = 6 @@ -10,14 +14,14 @@ round-borders = 6 blur: { method = "dual_kawase"; - strength = 15; + strength = 12; } wintypes: { normal = { blur-background = true; }; splash = { blur-background = false; }; -}; +} # Fading fading = false; @@ -30,7 +34,6 @@ mark-wmwin-focused = true; mark-ovredir-focused = true; detect-rounded-corners = true; detect-client-opacity = true; -refresh-rate = 0; vsync = true; dbe = false; unredir-if-possible = true; |
