This repository has been archived on 2022-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
dot-files/.screenrc
Collin Doering bd34674049 Did a variety of small fixes including:
* fixed a typo in .emacs relating to the haskell template used
  * automatic work done on .mc/ini by mc it self
  * added nvlc to the list of programs to run in screen
  * added a new alias "skreen" = "screen -c /dev/null" to both .bashrc and .zshrc
  * changed both .xinitrc and .xmonad/xmonad.hs to support urxvt daemon/client shared terminal

Signed-off-by: Collin Doering <rekahsoft@gmail.com>
2015-01-14 05:12:42 -05:00

14 lines
494 B
Plaintext

# Open several named screens at startup and run different commands in each
screen -t zsh 0 zsh
screen -t irssi 1 irssi
screen -t ncmpcpp 2 ncmpcpp
screen -t alsamixer 3 alsamixer
screen -t mc 4 mc
screen -t nvlc 5 nvlc
# Switch to window 1 (irssi)
#screen -p irssi
# 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}'