mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-22 18:03:28 +02:00
11 lines
206 B
SYSTEMD
11 lines
206 B
SYSTEMD
|
[Unit]
|
||
|
Description=Manage X screen saver
|
||
|
PartOf=graphical-session@%i.target
|
||
|
|
||
|
[Service]
|
||
|
Environment=DISPLAY=%I
|
||
|
ExecStart=%h/.config/awesome/bin/xss-lock start
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=graphical-session@%i.target
|