Update a bunch of configs
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
738f83183f
commit
052fb6bada
24 changed files with 474 additions and 68 deletions
14
system/etc/systemd/system/suspend.service
Normal file
14
system/etc/systemd/system/suspend.service
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
[Unit]
|
||||
Description=User suspend actions
|
||||
Before=suspend.target
|
||||
|
||||
[Service]
|
||||
User=severin
|
||||
Type=forking
|
||||
Environment=DISPLAY=:0
|
||||
ExecStart=/home/severin/.local/bin/screenlock
|
||||
ExecStartPost=/usr/bin/sleep 1
|
||||
|
||||
[Install]
|
||||
WantedBy=sleep.target
|
Loading…
Add table
Add a link
Reference in a new issue