mirror of
https://github.com/bvanroll/dotfiles-2022.git
synced 2025-08-29 03:52:48 +00:00
sleep service
This commit is contained in:
9
.config/systemd/user/sleep.service
Normal file
9
.config/systemd/user/sleep.service
Normal file
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Sleep Manager
|
||||
PartOf=graphical-session.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/xautolock -time 10 -locker "i3exit suspend" -detectsleep
|
||||
|
||||
[Install]
|
||||
WantedBy=xsession.target
|
Reference in New Issue
Block a user