Disable wayland in firefox

Breaks copy-paste in gnome shell
This commit is contained in:
Tim Schubert 2021-01-02 14:30:50 +01:00
parent 5a734099bf
commit 998f83ff6a
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -31,7 +31,7 @@ in
MAILDIR = "\$HOME/.var/mail";
MBLAZE = "\$HOME/.config/mblaze";
NOTMUCH_CONFIG = "\$HOME/.config/notmuch/config";
MOZ_ENABLE_WAYLAND= "1";
MOZ_ENABLE_WAYLAND = "1";
};
};
};