mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-11 02:05:59 +01:00
stuf
This commit is contained in:
parent
d087e688a7
commit
6229ac01ac
1 changed files with 1 additions and 2 deletions
|
@ -640,8 +640,7 @@ void CCompositor::startCompositor(std::string socketName, int socketFd) {
|
||||||
|
|
||||||
signal(SIGPIPE, SIG_IGN);
|
signal(SIGPIPE, SIG_IGN);
|
||||||
|
|
||||||
// TODO:
|
if (m_pAqBackend->hasSession() /* Session-less Hyprland usually means a nest, don't update the env in that case */) {
|
||||||
if (false /* Session-less Hyprland usually means a nest, don't update the env in that case */) {
|
|
||||||
const auto CMD =
|
const auto CMD =
|
||||||
#ifdef USES_SYSTEMD
|
#ifdef USES_SYSTEMD
|
||||||
"systemctl --user import-environment DISPLAY WAYLAND_DISPLAY HYPRLAND_INSTANCE_SIGNATURE XDG_CURRENT_DESKTOP QT_QPA_PLATFORMTHEME PATH XDG_DATA_DIRS && hash "
|
"systemctl --user import-environment DISPLAY WAYLAND_DISPLAY HYPRLAND_INSTANCE_SIGNATURE XDG_CURRENT_DESKTOP QT_QPA_PLATFORMTHEME PATH XDG_DATA_DIRS && hash "
|
||||||
|
|
Loading…
Reference in a new issue