mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-24 20:27:22 -05:00
12 lines
260 B
SYSTEMD
12 lines
260 B
SYSTEMD
|
[Unit]
|
||
|
Description=Lock the screen automatically after a timeout
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=lain
|
||
|
Environment=DISPLAY=:0
|
||
|
ExecStart=/usr/bin/xautolock -time 1 -locker "/usr/bin/i3lock-fancy -t 'Station Locked'" -detectsleep
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=graphical.target
|