fix screenlocker service
This commit is contained in:
parent
1191153005
commit
a7b50baa65
4 changed files with 3 additions and 2 deletions
|
@ -1,2 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
exec vlogger -t
|
|
2
.local/share/service/xss-lock/log/run
Executable file
2
.local/share/service/xss-lock/log/run
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec vlogger -t xss-lock
|
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
|
set -a
|
||||||
|
|
||||||
. "$XDG_STATE_HOME/dbus"
|
. "$XDG_STATE_HOME/dbus"
|
||||||
|
|
Loading…
Add table
Reference in a new issue