diff options
author | jao <jao@gnu.org> | 2014-11-29 03:09:32 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2014-11-29 03:09:32 +0100 |
commit | c08aa5d89c420e3319c31779679b44c30a095fa1 (patch) | |
tree | e75338c27fddafaf968828ed692db030fbdb1339 /themes/light-ec | |
parent | 87b038689e687aab059ab6574d371da444987402 (diff) | |
download | elibs-c08aa5d89c420e3319c31779679b44c30a095fa1.tar.gz elibs-c08aa5d89c420e3319c31779679b44c30a095fa1.tar.bz2 |
Themes tweaks
Diffstat (limited to 'themes/light-ec')
-rwxr-xr-x | themes/light-ec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/light-ec b/themes/light-ec index e3cf784..0c55b32 100755 --- a/themes/light-ec +++ b/themes/light-ec @@ -11,6 +11,11 @@ usr=${EC_USR_OPTS} font=$EC_TERM_FACE ifont=$EC_TERM_ITALIC_FACE +exec urxvtcd $tr -cr tomato +ptab -bg "$bkg" -bd "$bkg" -fg "$frg" \ + -sl 0 +rv +ssr -b $bw +sbg -fn "${font}" -fi "${ifont}" \ + -name "emacsclient" ${usr} \ + -e emacsclient -t $* + exec xterm $usr -b $bw -fg "$frg" -bg "$bkg" -e emacsclient -t $* exec urxvtcd $tr -cr tomato +ptab -bg "$bkg" -bd "$bkg" -fg "$frg" \ |