Collin Doering
29d14f09f8
Main changes are just some alias' to easily access rekahsoft-mini thorugh port-knocking + ssh As well as a xbindkeys configuration setup for most generic keyboards and the HHKB2
13 lines
464 B
Plaintext
13 lines
464 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
|
|
|
|
# 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}'
|