mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-06 21:49:42 +00:00
216f1a4836
* BIG CHANGES * core metadata * Added readme.md to the package * Moved the crate back to tui Co-authored-by: Liam <lj3954@users.noreply.github.com> --------- Co-authored-by: Liam <lj3954@users.noreply.github.com>
15 lines
193 B
Desktop File
15 lines
193 B
Desktop File
/etc/systemd/system/
|
|
|
|
[Unit]
|
|
Description=i3lock on Lid Close
|
|
Before=sleep.target
|
|
|
|
[Service]
|
|
User=
|
|
Type=forking
|
|
Environment=DISPLAY=:0
|
|
ExecStart=/usr/bin/i3lock
|
|
|
|
[Install]
|
|
WantedBy=sleep.target
|