From c42e09e9725563843dae9e4616d7bd7704a419a1 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Mon, 27 Oct 2025 19:03:54 -0700 Subject: [PATCH] [i3] Add compositor --- home/modules/i3+sway/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/i3+sway/default.nix b/home/modules/i3+sway/default.nix index 41b74bc..9b09b22 100644 --- a/home/modules/i3+sway/default.nix +++ b/home/modules/i3+sway/default.nix @@ -128,7 +128,7 @@ in { } # Picom compositor for smooth rendering and no tearing (important for Nvidia) { - command = "picom -b"; + command = "picom --backend glx -b"; always = false; notification = false; }