1
0
mirror of https://gitlab.com/dbrw/ansible-setup.git synced 2025-08-04 18:25:40 +07:00
ansible-setup/roles/common/files/user_home/.xinitrc
2022-06-29 17:19:22 +07:00

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