From 9b14a4f1ac5adad1a19564e3fcab81139526e0f1 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sun, 15 May 2022 22:39:20 -0400 Subject: [PATCH] Fix minecraft transparency issue --- modules/sway.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/sway.nix b/modules/sway.nix index a2f40cc..093e6fe 100644 --- a/modules/sway.nix +++ b/modules/sway.nix @@ -149,7 +149,12 @@ # Mako, the notification daemon { command = "mako"; } ]; + # Other stuff }; + # disable transparency for minecraft + extraConfig = '' + for_window [title=".*Minecraft.*"] opacity 1 + ''; }; # Mako for notifications programs.mako = {