forked from colonelpanic/dotfiles
[Linux] Add services for gitter and discord
This commit is contained in:
11
dotfiles/config/systemd/user/discord.service
Normal file
11
dotfiles/config/systemd/user/discord.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=discord
|
||||
Wants=taffybar.service
|
||||
After=taffybar.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/env run_unity.sh discord
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=wm.target
|
11
dotfiles/config/systemd/user/gitter.service
Normal file
11
dotfiles/config/systemd/user/gitter.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=gitter
|
||||
Wants=taffybar.service
|
||||
After=taffybar.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/env run_unity.sh gitter
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=wm.target
|
Reference in New Issue
Block a user