mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2026-02-06 03:05:32 +07:00
initial commit
This commit is contained in:
7
roles/common/files/user_home/.xinitrc
Normal file
7
roles/common/files/user_home/.xinitrc
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user