Stow restructuring
This commit is contained in:
parent
685e4dbe8b
commit
097cbd1c6d
53 changed files with 62 additions and 205 deletions
39
screen/.screenrc
Normal file
39
screen/.screenrc
Normal file
|
@ -0,0 +1,39 @@
|
|||
backtick 1 60 60 /home/marcel/dotfiles/scripts/screen-bat.sh
|
||||
|
||||
hardstatus alwayslastline
|
||||
hardstatus string '%{= G}[ %{G}%H %{g}][%= %{= w}%?%-Lw%?%{= R}%n*%f %t%?%{= R}(%u)%?%{= w}%+Lw%?%= %{= g}][ %{y}%1`%{g} ][ %{B}%Y-%m-%d %{W}%c:%s%{g} ]'
|
||||
|
||||
defscrollback 65000
|
||||
|
||||
startup_message off
|
||||
|
||||
# term screen-256color
|
||||
# termcapinfo xterm* ti@:te@
|
||||
attrcolor b ".I"
|
||||
term rxvt-unicode-256color
|
||||
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
|
||||
defbce "on"
|
||||
|
||||
mousetrack on
|
||||
screen -t fish 1 fish
|
||||
screen -t fish 2 fish
|
||||
# screen -t Mailbox 7 mutt -e "source ~/.mutt/mailbox"
|
||||
# screen -t Uni 8 mutt -e "source ~/.mutt/uni-ulm"
|
||||
# screen -t Gmail 9 mutt -e "source ~/.mutt/gmail"
|
||||
# screen -t RSS 10 newsbeuter
|
||||
|
||||
select 0
|
||||
bind c screen 1
|
||||
bind 0 select 10
|
||||
|
||||
bind s split
|
||||
|
||||
defutf8 on
|
||||
utf8 on
|
||||
|
||||
altscreen on
|
||||
|
||||
vbell off
|
||||
shell "fish"
|
||||
|
||||
altscreen on
|
Loading…
Add table
Add a link
Reference in a new issue