This website requires JavaScript.
Explore
Help
Sign In
hannes
/
dotfiles
Watch
1
Star
1
Fork
0
You've already forked dotfiles
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
7aea8c0dda36da772c7cc886f97dea04e5126e7a
dotfiles
/
autostart
/
services
/
pasystray.service
7 lines
99 B
SYSTEMD
Raw
Normal View
History
Unescape
Escape
Use persistent systemd units for autostart
2020-12-20 20:36:27 +01:00
[Unit]
BindsTo
=
autostart.target
Run i3 as a systemd user unit
2020-12-21 17:57:18 +01:00
After
=
windowmanager.target
Use persistent systemd units for autostart
2020-12-20 20:36:27 +01:00
[Service]
ExecStart
=
/usr/bin/pasystray
Reference in New Issue
Copy Permalink