Add more services
This commit is contained in:
parent
3c8135729e
commit
f54a4ff48c
2
onboard/run
Executable file
2
onboard/run
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/zsh
|
||||||
|
exec onboard
|
2
polkit-auth-agent/run
Executable file
2
polkit-auth-agent/run
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/zsh
|
||||||
|
exec /usr/libexec/polkit-gnome-authentication-agent-1
|
2
touchegg/run
Executable file
2
touchegg/run
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/zsh
|
||||||
|
exec touchegg
|
2
xss-lock/run
Executable file
2
xss-lock/run
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/zsh
|
||||||
|
exec xss-lock -l -- xsecurelock-wrapper
|
Loading…
Reference in a new issue