diff options
author | vaxerski <[email protected]> | 2022-07-26 10:05:29 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-07-26 10:05:29 +0200 |
commit | d04f36c57d231e4736de750b1a86d6e971350224 (patch) | |
tree | 05e7efd192ecc1c74788248b159d08dae8be8628 | |
parent | 7babcf7e6a8429af78577b97228dfc39624977b3 (diff) | |
download | Hyprland-0.8.0beta.tar.gz Hyprland-0.8.0beta.zip |
set moz envv0.8.0beta
-rw-r--r-- | src/Compositor.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Compositor.cpp b/src/Compositor.cpp index ab802a1a..9e4957dc 100644 --- a/src/Compositor.cpp +++ b/src/Compositor.cpp @@ -262,6 +262,9 @@ void CCompositor::startCompositor() { // // + // firefox wont detect wl + setenv("MOZ_ENABLE_WAYLAND", "1", 1); + initAllSignals(); // Set XDG_CURRENT_DESKTOP to our compositor's name |