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
a396c0c7397e12449f92c3a38ed3834d75b08b5b
dotfiles
/
autostart
/
services
/
spotify.service
7 lines
97 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/spotify
Reference in New Issue
Copy Permalink