[Linux] Add keybase and alarm-clock services
This commit is contained in:
parent
0781c6a55a
commit
5a63068af1
12
dotfiles/config/systemd/user/alarm-clock.service
Normal file
12
dotfiles/config/systemd/user/alarm-clock.service
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Alarm Clock
|
||||
Wants=taffybar.service
|
||||
After=taffybar.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/env alarm-clock-applet
|
||||
ExecStop=/usr/bin/pkill alarm-clock-applet
|
||||
|
||||
[Install]
|
||||
WantedBy=wm.target
|
12
dotfiles/config/systemd/user/keybase.service
Normal file
12
dotfiles/config/systemd/user/keybase.service
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Keybase
|
||||
Wants=taffybar.service
|
||||
After=taffybar.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/env run_keybase
|
||||
ExecStop=/usr/bin/pkill Keybase
|
||||
|
||||
[Install]
|
||||
WantedBy=wm.target
|
Loading…
Reference in New Issue
Block a user