mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-26 17:25:59 +01:00
remove forced envvars
This commit is contained in:
parent
92d1d21a3d
commit
1ddd7ee713
1 changed files with 0 additions and 6 deletions
|
@ -264,12 +264,6 @@ void CCompositor::startCompositor() {
|
||||||
|
|
||||||
initAllSignals();
|
initAllSignals();
|
||||||
|
|
||||||
// Set some env vars so that Firefox is automatically in Wayland mode
|
|
||||||
// and QT apps too
|
|
||||||
// electron needs -- flags so we can't really set them here
|
|
||||||
setenv("QT_QPA_PLATFORM", "wayland", true);
|
|
||||||
setenv("MOZ_ENABLE_WAYLAND", "1", true);
|
|
||||||
|
|
||||||
// Set XDG_CURRENT_DESKTOP to our compositor's name
|
// Set XDG_CURRENT_DESKTOP to our compositor's name
|
||||||
setenv("XDG_CURRENT_DESKTOP", "hyprland", true);
|
setenv("XDG_CURRENT_DESKTOP", "hyprland", true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue