forked from colonelpanic/dotfiles
[Linux] Add services for gitter and discord
This commit is contained in:
parent
327de8a5b4
commit
90dfd5bf8c
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
|
3
dotfiles/lib/bin/run_unity.sh
Executable file
3
dotfiles/lib/bin/run_unity.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
XDG_CURRENT_DESKTOP='Unity' $@
|
Loading…
Reference in New Issue
Block a user