Initial commit
This commit is contained in:
11
systemd/laptop-lid-daemon.service
Normal file
11
systemd/laptop-lid-daemon.service
Normal file
@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Handle laptop docking
|
||||
PartOf=graphical-session.target
|
||||
After=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
ExecStart=%h/scripts/laptop-lid-daemon
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
||||
Reference in New Issue
Block a user