Add hostfiles-alias and fix autostart
This commit is contained in:
parent
e88aa2fee4
commit
65fefdc887
2 changed files with 7 additions and 0 deletions
.config/systemd/user
6
.config/systemd/user/autostart@.service
Normal file
6
.config/systemd/user/autostart@.service
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Unit]
|
||||
Description=Autostart several tools and services
|
||||
|
||||
[Service]
|
||||
KillMode=process
|
||||
ExecStart=/bin/sh -c ". $HOME/.profile && autostart-manage exec '%i'"
|
Loading…
Add table
Add a link
Reference in a new issue