migration

This commit is contained in:
kokopi-dev
2025-10-28 16:23:11 +09:00
commit 2f27c335cf
116 changed files with 8221 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
[Unit]
Description=Lock screen before suspend
Before=sleep.target suspend.target hibernate.target
[Service]
User=%i
Type=forking
Environment=DISPLAY=:0
ExecStart=/bin/bash /home/%i/.local/bin/lock-on-suspend
TimeoutSec=10
RemainAfterExit=no
[Install]
WantedBy=sleep.target suspend.target hibernate.target