initial commit

This commit is contained in:
2025-06-03 14:16:01 +03:00
commit 6fed9ef617
683 changed files with 109296 additions and 0 deletions

13
xss-lock/xss-lock.service Normal file
View File

@@ -0,0 +1,13 @@
[Unit]
Description=Auto lock
PartOf=graphical-session.target
[Service]
Type=simple
# You must arrange to run `systemctl --user import-environment
# XDG_SESSION_ID` in your X environment prior to launching the user
# session, e.g. in your `.xsessionrc` or similar.
ExecStart=/usr/bin/xss-lock -l -s ${XDG_SESSION_ID} -- i3lock
[Install]
WantedBy=graphical-session.target