diff --git a/dotfiles/systemd/picom.service b/dotfiles/systemd/picom.service index 1df9fac..1998149 100644 --- a/dotfiles/systemd/picom.service +++ b/dotfiles/systemd/picom.service @@ -7,5 +7,6 @@ ExecStart=/usr/bin/picom --backend glx \ --xrender-sync-fence \ --vsync \ --inactive-opacity 0.85 \ - --opacity-rule 100:fullscreen + --opacity-rule 100:fullscreen \ + --opacity-rule 100:override_redirect Restart=on-failure