mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 21:23:16 +02:00
15 lines
312 B
Desktop File
15 lines
312 B
Desktop File
[Unit]
|
|
Description=Workout Screen Locker
|
|
After=graphical-session.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Environment=DISPLAY=:0
|
|
ExecStartPre=/bin/sleep 3
|
|
ExecStart=/usr/bin/python3 /home/kuhy/testsAndMisc/python_pkg/screen_locker/screen_lock.py --production
|
|
Restart=no
|
|
User=%u
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|