From b7c13daba62e1f37f4c5057b449845850dc990cb Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Thu, 30 Oct 2025 18:07:53 +0100 Subject: [PATCH] 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. --- configs/home-manager/ghostty.nix | 3 --- configs/home-manager/picom.nix | 1 - configs/nixos/i3/default.nix | 2 ++ 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/configs/home-manager/ghostty.nix b/configs/home-manager/ghostty.nix index 06a1482..295b475 100644 --- a/configs/home-manager/ghostty.nix +++ b/configs/home-manager/ghostty.nix @@ -17,9 +17,6 @@ font-family = "Fira Code"; theme = "Gruvbox Dark"; font-size = 12; - background-opacity = 0.8; - background-blur = true; - background-opacity-cells = true; window-decoration = "server"; window-inherit-working-directory = false; }; diff --git a/configs/home-manager/picom.nix b/configs/home-manager/picom.nix index 0222178..cea4767 100644 --- a/configs/home-manager/picom.nix +++ b/configs/home-manager/picom.nix @@ -7,7 +7,6 @@ services.picom = { enable = true; backend = "glx"; - extraArgs = ["--transparent-clipping"]; }; xsession.windowManager.i3.config.startup = [ { diff --git a/configs/nixos/i3/default.nix b/configs/nixos/i3/default.nix index cbb4725..79a1c47 100644 --- a/configs/nixos/i3/default.nix +++ b/configs/nixos/i3/default.nix @@ -21,6 +21,8 @@ }; home.packages = with pkgs; [ maim + xclip + xdotool brightnessctl arandr dex