mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2025-08-04 20:55:41 +07:00
8 lines
190 B
Bash
8 lines
190 B
Bash
#!/bin/sh
|
|
|
|
# Import environemnt to systemd user session
|
|
systemctl --user import-environment DISPLAY XAUTHORITY PATH
|
|
|
|
# Run graphical-session.target
|
|
systemctl --user start --wait xorg.target
|