AutoYADM commit: 2025-02-25 19:25:12
This commit is contained in:
parent
056591f0bb
commit
a5e863e0b0
9 changed files with 610 additions and 1 deletions
10
.config/systemd/user/i3lock.service
Normal file
10
.config/systemd/user/i3lock.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Lock screen before sleep
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStar=/usr/bin/i3lock
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=sleep.target
|
Loading…
Add table
Add a link
Reference in a new issue