summaryrefslogtreecommitdiffhomepage
path: root/themes/mono-ec
diff options
context:
space:
mode:
Diffstat (limited to 'themes/mono-ec')
-rwxr-xr-xthemes/mono-ec16
1 files changed, 9 insertions, 7 deletions
diff --git a/themes/mono-ec b/themes/mono-ec
index cad6620..e782064 100755
--- a/themes/mono-ec
+++ b/themes/mono-ec
@@ -9,10 +9,12 @@ bw=${EC_TERM_BORDER:-2}
tr=${EC_TRANS_SPEC}
usr=${EC_USR_OPTS}
-exec urxvtcd -cr tomato -sl 0 +ptab +rv +ssr -b $bw -bd "$bkg" \
- -bg "$bkg" -fg "$frg" \
- +sbg -fn "${font}" -fi "${ifont}" -name "emacsclient" \
- -xrm "*colorBD: ${frg}" \
- -xrm "*colorUL: ${frg}" \
- ${usr} ${tr} \
- -e emacsclient -t $*
+term -e emacsclient -t $*
+
+# exec urxvtcd -cr tomato -sl 0 +ptab +rv +ssr -b $bw -bd "$bkg" \
+# -bg "$bkg" -fg "$frg" \
+# +sbg -fn "${font}" -fi "${ifont}" -name "emacsclient" \
+# -xrm "*colorBD: ${frg}" \
+# -xrm "*colorUL: ${frg}" \
+# ${usr} ${tr} \
+# -e emacsclient -t $*