mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-23 09:25:59 +01:00
set moz env
This commit is contained in:
parent
7babcf7e6a
commit
d04f36c57d
1 changed files with 3 additions and 0 deletions
|
@ -262,6 +262,9 @@ void CCompositor::startCompositor() {
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// firefox wont detect wl
|
||||||
|
setenv("MOZ_ENABLE_WAYLAND", "1", 1);
|
||||||
|
|
||||||
initAllSignals();
|
initAllSignals();
|
||||||
|
|
||||||
// Set XDG_CURRENT_DESKTOP to our compositor's name
|
// Set XDG_CURRENT_DESKTOP to our compositor's name
|
||||||
|
|
Loading…
Reference in a new issue