Fix minecraft transparency issue

This commit is contained in:
Nathan McCarty 2022-05-15 22:39:20 -04:00
parent 8effe3cd66
commit 9b14a4f1ac
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 5 additions and 0 deletions

View File

@ -149,7 +149,12 @@
# Mako, the notification daemon # Mako, the notification daemon
{ command = "mako"; } { command = "mako"; }
]; ];
# Other stuff
}; };
# disable transparency for minecraft
extraConfig = ''
for_window [title=".*Minecraft.*"] opacity 1
'';
}; };
# Mako for notifications # Mako for notifications
programs.mako = { programs.mako = {