diff options
author | Jose Antonio Ortega Ruiz <jao@imladris.local> | 2018-06-08 21:30:17 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@imladris.local> | 2018-06-08 21:30:17 +0200 |
commit | c8db53dc39bc2c106a9b5b720babf171e8247b97 (patch) | |
tree | 0087fc7d875aac7235773598b63bc022ae3e75c6 /themes/mono-ec | |
parent | b4c8e940c470c8b24ee990f2d6fbae734ed80500 (diff) | |
download | elibs-c8db53dc39bc2c106a9b5b720babf171e8247b97.tar.gz elibs-c8db53dc39bc2c106a9b5b720babf171e8247b97.tar.bz2 |
themes
Diffstat (limited to 'themes/mono-ec')
-rwxr-xr-x | themes/mono-ec | 16 |
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 $* |