Fix minecraft transparency issue
This commit is contained in:
parent
8effe3cd66
commit
9b14a4f1ac
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue