commit 915a19205a6740521c85bab66753860ebc7a88dd parent d3705bc648c7854f3cc61a2a295da5178dbda171 Author: dwrz <dwrz@dwrz.net> Date: Wed, 1 Nov 2023 19:01:44 +0000 Update xinitrc Diffstat:
M | X11/xinitrc | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/X11/xinitrc b/X11/xinitrc @@ -21,4 +21,10 @@ if [ -f "$user_modmap" ]; then xmodmap "$user_modmap" fi +systemctl --user import-environment DISPLAY PATH XAUTHORITY + +if command -v dbus-update-activation-environment >/dev/null 2>&1; then + dbus-update-activation-environment DISPLAY PATH XAUTHORITY +fi + exec i3