migration
This commit is contained in:
15
X11/systemd/root/betterlockscreen.service
Normal file
15
X11/systemd/root/betterlockscreen.service
Normal file
@@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=Lockscreen
|
||||
Before=sleep.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=kokopi
|
||||
Environment=DISPLAY=:0
|
||||
ExecStart=/bin/betterlockscreen -l
|
||||
ExecStartPost=/bin/sleep 1
|
||||
|
||||
[Install]
|
||||
WantedBy=sleep.target
|
||||
WantedBy=suspend.target
|
||||
WantedBy=hibernate.target
|
||||
Reference in New Issue
Block a user