mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2025-12-17 12:49:42 +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
|