forked from colonelpanic/dotfiles
13 lines
193 B
Desktop File
13 lines
193 B
Desktop File
[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
|