1
0
mirror of https://gitlab.com/dbrw/ansible-setup.git synced 2025-08-04 13:05:41 +07:00
ansible-setup/roles/common/files/user_home/.xinitrc
2022-07-08 16:09:22 +07:00

8 lines
205 B
Bash

#!/bin/sh
# Import environemnt to systemd user session
systemctl --user import-environment DISPLAY XAUTHORITY PATH XDG_SESSION_ID
# Run graphical-session.target
systemctl --user start --wait xorg.target