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