Created
October 8, 2012 08:53
-
-
Save frntn/3851498 to your computer and use it in GitHub Desktop.
A simple screenrc with tabs & login shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hardstatus alwayslastline | |
hardstatus string '%{Yk}%-w%{.Yk}%n %t%{-}%+w %=%{.w} %{kY}%C' | |
shell -$SHELL | |
deflogin on | |
backtick 1 5 5 uptime | |
bind f eval "caption splitonly" "hardstatus ignore" | |
bind F eval "caption always" "hardstatus alwayslastline" | |
#defscrollback 12000 | |
#bind ^j focus down | |
#bind ^k focus up | |
#bind ^t focus top | |
#bind ^b focus bottom | |
#caption always "%{= kb}[ %{G}%H::$USER %{b}][ %=%{w}%?%-Lw%?%{b}(%{W}%n %t%?(%u)%?%{b})%{w}%?%+Lw%?%?%= %{b}][%{G} %Y.%m.%d %{W}%0c %{b}]" | |
#caption splitonly "%{= kb}[ %{G}%H::$USER %{b}][ %=%{w}%?%-Lw%?%{b}(%{W}%n %t%?(%u)%?%{b})%{w}%?%+Lw%?%?%= %{b}][%{G} %Y.%m.%d %{W}%0c %{b}]" | |
caption string "%w" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment