user-session: fixes - dotfiles - 🍚 personal arsenal of "rice"
HTML git clone https://git.drkhsh.at/dotfiles.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 53e207e3e5ea3de328526afb157b6f11bc6d9de2
DIR parent 769f99b381cc290940caceb31c86a981c6aa546c
HTML Author: drkhsh <me@drkhsh.at>
Date: Thu, 12 Jun 2025 02:34:59 +0200
user-session: fixes
Diffstat:
M bin/.local/bin/user-session | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/bin/.local/bin/user-session b/bin/.local/bin/user-session
@@ -16,7 +16,7 @@ case "$1" in
;;
*)
if _exists systemctl; then
- systemctl --user import-environment {,WAYLAND_}DISPLAY
+ systemctl --user import-environment DISPLAY XAUTHORITY WAYLAND_DISPLAY
systemctl --user start ${target}.target &
elif _exists openrc; then
openrc --user ${target} &