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; }