Cant have both terminal transparency and a working GUI at the same time.

--transparent-clipping is needed to avoid text stacking when terminals
are stacked, but it breaks a ton of GUI stuff.
This commit is contained in:
Gabe Venberg 2025-10-30 18:07:53 +01:00
parent 63060d1a68
commit b7c13daba6
3 changed files with 2 additions and 4 deletions

View file

@ -7,7 +7,6 @@
services.picom = {
enable = true;
backend = "glx";
extraArgs = ["--transparent-clipping"];
};
xsession.windowManager.i3.config.startup = [
{