summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-07-16 19:29:03 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-07-16 19:29:03 +0200
commit8f0c21a828f9f2b854f5850b454a3b0b76476493 (patch)
tree5349b3605ee0290702038c7c5db386e3f6c32bbe /.config
parent7e14dc64630e39adf884f229a57b5431fec434a5 (diff)
downloaddotfiles-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')
-rw-r--r--.config/systemd/user/urxvtd.service10
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]
2Description=urxvtd - urxvt terminal daemon
3
4[Service]
5Type=simple
6ExecStart=/bin/sh -c urxvtd
7Restart=always
8
9[Install]
10WantedBy=default.target