summaryrefslogtreecommitdiffhomepage
path: root/themes/mono-ec
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@imladris.local>2018-06-08 21:30:17 +0200
committerJose Antonio Ortega Ruiz <jao@imladris.local>2018-06-08 21:30:17 +0200
commitc8db53dc39bc2c106a9b5b720babf171e8247b97 (patch)
tree0087fc7d875aac7235773598b63bc022ae3e75c6 /themes/mono-ec
parentb4c8e940c470c8b24ee990f2d6fbae734ed80500 (diff)
downloadelibs-c8db53dc39bc2c106a9b5b720babf171e8247b97.tar.gz
elibs-c8db53dc39bc2c106a9b5b720babf171e8247b97.tar.bz2
themes
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 $*