summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-07-29 20:17:47 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-07-29 20:17:47 -0500
commitb45ec8e25b760b7047d5f5f712f0d21c286e6902 (patch)
tree12f8babffe15337ac02045352ff740f0c5608778 /bin
parent3e6900c061b50ab794925b4dd081e9a91aa231da (diff)
downloadconf-b45ec8e25b760b7047d5f5f712f0d21c286e6902.tar.gz
conf-b45ec8e25b760b7047d5f5f712f0d21c286e6902.zip
use urxvtc/urxvtd rather than plain urxvt
Diffstat (limited to 'bin')
-rw-r--r--bin/kuakes7
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/kuakes b/bin/kuakes
index b08bff9..1f08526 100644
--- a/bin/kuakes
+++ b/bin/kuakes
@@ -1,7 +1,12 @@
#!/bin/bash
+if ps aux | grep urxvtd | grep -q -v grep; then
+ :
+else
+ urxvtd -q -o -f
+fi
sleep 5
for num in {1..7}; do
- urxvt -pe "kuake<F$num>" -fn 6x10 -g 94x24 -name urxvt-kuake &
+ urxvtc -pe "kuake<F$num>" -fn 6x10 -g 94x24 -name urxvt-kuake &
sleep 0.2
done