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
|
// firefox wont detect wl
|
||||||
setenv("MOZ_ENABLE_WAYLAND", "1", 1);
|
setenv("MOZ_ENABLE_WAYLAND", "1", 1);
|
||||||
|
|
||||||
|
setenv("XDG_CURRENT_DESKTOP", "Hyprland", 1);
|
||||||
|
|
||||||
initAllSignals();
|
initAllSignals();
|
||||||
|
|
||||||
m_szWLDisplaySocket = wl_display_add_socket_auto(m_sWLDisplay);
|
m_szWLDisplaySocket = wl_display_add_socket_auto(m_sWLDisplay);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue