diff options
Diffstat (limited to '')
-rw-r--r-- | .config/screen/screenrc | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/.config/screen/screenrc b/.config/screen/screenrc index 8628fd9..e96cb3d 100644 --- a/.config/screen/screenrc +++ b/.config/screen/screenrc @@ -35,7 +35,7 @@ defbce on # some environment setting autodetach on startup_message off -shell -$SHELL +shell /usr/bin/zsh # dynamically udpate shell title, Sometimes it's bothersome...XD # Need to add this line PROMPT_COMMAND='echo -n -e "\033k\033\134"' to $HOME/.bashrc @@ -58,20 +58,18 @@ logfile $HOME/tmp/screen-%Y%m%d-%n.log #deflog on # caption style -#caption always "%{.KW} %-w%{.mW}[%n] %t%{.KW}%+w" -#caption always "%{=u .G} %-w%<%{=ub .y}%n %t%{=u .G}%+w " -#caption always "%{=u kC} %= %-w%L>%{=b G}[:%n %t:]%{-}%52<%+w %L=" -#caption always "%{= KW}%-w%{= ky} [%n] %t %{-}%+w %-= %{= Kk}[%l] %{= Kk}[%Y/%m/%d %c]" - +# caption always "%{.KW} %-w%{.mW}[%n] %t%{.KW}%+w" +# caption always "%{=u .G} %-w%<%{=ub .y}%n %t%{=u .G}%+w " +# caption always "%{=u kC} %= %-w%L>%{=b G}[:%n %t:]%{-}%52<%+w %L=" +caption always "%{= KW}%-w%{= ky} [%n] %t %{-}%+w %-= %{= Kk}[%l] %{= Kk}[%Y/%m/%d %c]" # caption always "%{= KW}%-w%{= kc} [%n] %t %{-}%+w %-= %{= Kk}[%H | %l | %m/%d %c]" # hardstatus style # hardstatus alwaysignore -#hardstatus alwayslastline "%{= .K} [%l]%<%=%{= .W}@%H %=%{= .y} %Y/%m/%d%{= .m} %C %A" -#hardstatus alwayslastline '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]' -#hardstatus alwayslastline "%{R}[ %{w}%1` %{R}]%=%{M}%e %{G}%H %{Y} %c %{R} %d/%m/%Y %{K} Load: %l %{w}" +# hardstatus alwayslastline "%{= .K} [%l]%<%=%{= .W}@%H %=%{= .y} %Y/%m/%d%{= .m} %C %A" +# hardstatus alwayslastline '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]' +# hardstatus alwayslastline "%{R}[ %{w}%1` %{R}]%=%{M}%e %{G}%H %{Y} %c %{R} %d/%m/%Y %{K} Load: %l %{w}" # hardstatus alwayslastline "%{= wk} %{by} %H %{wk} | %-Lw%{kw}◣%{= g}%n%f* %t%{wk}◤%{wk}%+Lw%< %= %{kw}◣%{= R} [%m/%d %c] %{-}" - # Ctrl + left : prev # Ctrl + right : next bindkey "^[O5D" prev |