mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-09 15:26:00 +01:00
bring back xdg current desktop
This commit is contained in:
parent
100d29d34d
commit
a6cd552980
1 changed files with 2 additions and 0 deletions
|
@ -270,6 +270,8 @@ void CCompositor::startCompositor() {
|
|||
// firefox wont detect wl
|
||||
setenv("MOZ_ENABLE_WAYLAND", "1", 1);
|
||||
|
||||
setenv("XDG_CURRENT_DESKTOP", "Hyprland", 1);
|
||||
|
||||
initAllSignals();
|
||||
|
||||
m_szWLDisplaySocket = wl_display_add_socket_auto(m_sWLDisplay);
|
||||
|
|
Loading…
Reference in a new issue