Collin J. Doering
bbb41c023c
* renamed .Xdefaults to .Xresources * replaced screen with tmux * added a darken function to .conkerorrc * added some new eshell alias' * added some new templates for emacs * cleaned up .xinitrc * .xmonad/ * added circle layout * added convince key binding Mod-grave which is the same thing as Mod-ESC * made emacs-scratch open in tmux session Signed-off-by: Collin J. Doering <rekahsoft@gmail.com>
22 lines
681 B
Plaintext
22 lines
681 B
Plaintext
# Open several named screens at startup and run different commands in each
|
|
screen -t zsh 0 zsh
|
|
#screen -t weechat 1 weechat-curses
|
|
|
|
#screen -t ncmpcpp 2 ncmpcpp
|
|
#screen -t alsamixer 3 alsamixer
|
|
#screen -t mc 4 mc
|
|
#screen -t cmus 5 cmus
|
|
#screen -t nvlc 5 nvlc
|
|
|
|
# Set default prefix from C-a to C-t
|
|
escape ^Tt
|
|
|
|
# Switch to window 1 (irssi) *TODO*
|
|
#screen -p select irssi
|
|
|
|
# Use 256 colors
|
|
terminfo rxvt-unicode 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
|
|
|
|
# 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}'
|