diff options
author | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-14 17:16:55 -0400 |
---|---|---|
committer | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-25 07:42:57 -0400 |
commit | 1c019761dfaf6be82de9284fa5e2b9dbfbdec27d (patch) | |
tree | 7ed6bd2f437d3a334bd7a81f62e6dfa63689272b /.screenrc |
Initial import
Diffstat (limited to '.screenrc')
-rw-r--r-- | .screenrc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.screenrc b/.screenrc new file mode 100644 index 0000000..fac0c72 --- /dev/null +++ b/.screenrc @@ -0,0 +1,14 @@ +defutf8 on +shell /bin/zsh +encoding UTF-8 +vbell on +defnonblock 5 + +startup_message off + +hardstatus alwayslastline +hardstatus string "%{=}%{g}[%{B}%D %d/%m%{W}%c:%s%{g}][%= %{w}%?%-Lw%?%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{+b r}%H%{-b r}%{W}:%l%{g}]" +#hardstatus string "%{=}%{g}[%{B}%D %d/%m%{W}%c:%s%{g}][%= %{w}%?%-Lw%?%{b}(%{C}%n%{W}*%f %t%?(%u)%?%{b})%{w}%?%+Lw%?%?%= %{g}][%{b}%H%{-s w}:%{W}%l%{g}]" + +shelltitle '$ |zsh' +idle 3600 detach |