diff options
Diffstat (limited to 'usr/bin/phosh-session')
-rwxr-xr-x | usr/bin/phosh-session | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/bin/phosh-session b/usr/bin/phosh-session index 4e7af764..e3337444 100755 --- a/usr/bin/phosh-session +++ b/usr/bin/phosh-session @@ -54,4 +54,4 @@ fi # variables from /etc/profile.d (XDG_*) [ -n "$WLR_BACKENDS" ] || WLR_BACKENDS=drm,libinput export WLR_BACKENDS -exec "${COMPOSITOR}" -S -C "${PHOC_INI}" -E "bash -lc 'exec ${GNOME_SESSION} --disable-acceleration-check --session=phosh --systemd'" +exec "${COMPOSITOR}" -S -C "${PHOC_INI}" -E "bash -lc 'exec ${GNOME_SESSION} --disable-acceleration-check --session=phosh'" |