1
0
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:
dbrw
2022-06-29 17:19:22 +07:00
commit 787bb4563f
181 changed files with 36597 additions and 0 deletions

View 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