dotfiles/screen/screenrc

40 lines
846 B
Plaintext
Raw Normal View History

2017-09-19 16:05:04 +02:00
backtick 1 60 60 /home/marcel/dotfiles/scripts/screen-bat.sh
2016-04-21 22:38:34 +02:00
hardstatus alwayslastline
2017-09-19 16:05:04 +02:00
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} ]'
2017-08-10 09:34:24 +02:00
defscrollback 65000
startup_message off
2017-10-21 18:08:51 +02:00
# term screen-256color
# termcapinfo xterm* ti@:te@
2016-07-15 10:38:02 +02:00
attrcolor b ".I"
term rxvt-unicode-256color
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
2016-07-15 10:38:02 +02:00
defbce "on"
2016-04-21 22:38:34 +02:00
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"
2018-02-03 18:30:26 +01:00
# screen -t RSS 10 newsbeuter
select 0
bind c screen 1
bind 0 select 10
2017-08-10 09:36:02 +02:00
bind s split
defutf8 on
utf8 on
2017-10-15 19:20:33 +02:00
altscreen on
2017-08-10 09:36:02 +02:00
vbell off
shell "fish"
2017-10-21 18:08:51 +02:00
altscreen on