Collin Doering
fd9702a05e
The main goal is to keep a generic git project that can be modified locally on a per user/host basis and then backuped using git clone and kept to date with git pull/fetch (on a per user/host basis with possible generic additions and upgrades gooing into the public git repo (still setting up the url) and the gitweb is here: http://rekahsoft.homelinux.org/gitweb
8 lines
364 B
Plaintext
8 lines
364 B
Plaintext
# Open several named screens at startup and run different commands in each
|
|
screen -t bash 0 bash
|
|
screen -t alsamixer 1 alsamixer
|
|
#screen -t mc 2 mc *BROKEN*
|
|
|
|
# Set hard status line
|
|
hardstatus alwayslastline '%{gk}[ %{G}%H %{g}][%= %{wk}%?%-Lw%?%{=b kR}[%{W}%n%f %t%?(%u)%?%{=b kR}]%{= kw}%?%+Lw%?%?%=%{g}][%{Y}%l%{g}]%{=b C}[ %D %m/%d %C%a ]%{W}'
|