mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
7 lines
198 B
Bash
7 lines
198 B
Bash
#!/bin/sh
|
|
|
|
systemctl --user import-environment DISPLAY XAUTHORITY
|
|
|
|
if which dbus-update-activation-environment >/dev/null 2>&1; then
|
|
dbus-update-activation-environment DISPLAY XAUTHORITY
|
|
fi
|