diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-16 19:29:03 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-16 19:29:03 +0200 |
| commit | 8f0c21a828f9f2b854f5850b454a3b0b76476493 (patch) | |
| tree | 5349b3605ee0290702038c7c5db386e3f6c32bbe /.config/systemd | |
| parent | 7e14dc64630e39adf884f229a57b5431fec434a5 (diff) | |
| download | dotfiles-8f0c21a828f9f2b854f5850b454a3b0b76476493.tar dotfiles-8f0c21a828f9f2b854f5850b454a3b0b76476493.tar.gz dotfiles-8f0c21a828f9f2b854f5850b454a3b0b76476493.tar.bz2 dotfiles-8f0c21a828f9f2b854f5850b454a3b0b76476493.tar.xz dotfiles-8f0c21a828f9f2b854f5850b454a3b0b76476493.zip | |
Moved urxvtd back into xmonad; Fixed spawnKeychain in xmonad
Diffstat (limited to '.config/systemd')
| -rw-r--r-- | .config/systemd/user/urxvtd.service | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.config/systemd/user/urxvtd.service b/.config/systemd/user/urxvtd.service deleted file mode 100644 index c5ff9b9..0000000 --- a/.config/systemd/user/urxvtd.service +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=urxvtd - urxvt terminal daemon | ||
| 3 | |||
| 4 | [Service] | ||
| 5 | Type=simple | ||
| 6 | ExecStart=/bin/sh -c urxvtd | ||
| 7 | Restart=always | ||
| 8 | |||
| 9 | [Install] | ||
| 10 | WantedBy=default.target | ||
