forked from colonelpanic/dotfiles
Merge branch 'master' of github.com:IvanMalison/dotfiles
This commit is contained in:
@@ -5,8 +5,8 @@ After=taffybar.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/env notifications-tray-icon --github-pass-token github-token
|
||||
ExecStop=/usr/bin/pkill 'notifications-tray-icon --github-pass-token github-token'
|
||||
ExecStart=/usr/bin/env notifications-tray-icon --github-token-pass github-token
|
||||
ExecStop=/usr/bin/pkill 'notifications-tray-icon --github-token-pass github-token'
|
||||
|
||||
[Install]
|
||||
WantedBy=wm.target
|
||||
|
@@ -1,12 +0,0 @@
|
||||
[Unit]
|
||||
Description=KeePassX
|
||||
Wants=taffybar.service
|
||||
After=taffybar.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/env keepassxc --keyfile="$HOME/SparkleShare/config/creds/keepass.key" "$HOME/SparkleShare/config/db.kdbx"
|
||||
ExecStop=/usr/bin/pkill keepassxc
|
||||
|
||||
[Install]
|
||||
WantedBy=wm.target
|
@@ -1,12 +0,0 @@
|
||||
[Unit]
|
||||
Description=Keybase
|
||||
Wants=taffybar.service
|
||||
After=taffybar.service
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/bin/env run_keybase
|
||||
PIDFile=$XDG_RUNTIME_DIR/keybase/keybased.pid
|
||||
|
||||
[Install]
|
||||
WantedBy=wm.target
|
@@ -6,7 +6,7 @@ After=taffybar.service
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/env pasystray
|
||||
ExecStop=/usr/bin/pkill pasystray
|
||||
ExecStop=/usr/bin/env pkill pasystray
|
||||
|
||||
[Install]
|
||||
WantedBy=wm.target
|
||||
|
@@ -1,13 +0,0 @@
|
||||
[Unit]
|
||||
Description=remmina
|
||||
Wants=taffybar.service
|
||||
After=taffybar.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/remmina -i
|
||||
ExecStop=/usr/bin/pkill remmina
|
||||
RemainAfterExit=Yes
|
||||
|
||||
[Install]
|
||||
WantedBy=wm.target
|
Reference in New Issue
Block a user