Select Git revision
Forked from an inaccessible project.
.screenrc_tv_panel 981 B
startup_message off
vbell off
# Enable 256 color term
term xterm-256color
# Erase background with current bg color
defbce "on"
# Allow bold colors - necessary for some reason
attrcolor b ".I"
# Cache 30000 lines for scroll back
defscrollback 30000
# Tell screen how to set colors. AB = background, AF=foreground
termcapinfo xterm "Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm"
# Enables use of shift-PgUp and shift-PgDn
termcapinfo xterm|xterms|xs|rxvt ti@:te@
# Hardstatus content
hardstatus string "%{= KG}%H %{= KW} | %{= Kd} %{= Kd}%-w%{= Kr}[%{= KW}%n %t%{= Kr}]%{= Kd}%+w %-= %D %d %M %Y%{= Kc} %c%{-}"
hardstatus alwayslastline
# Hide hardstatus: ctrl-a f
bind f eval "hardstatus ignore"
# Show hardstatus: ctrl-a F
bind F eval "hardstatus alwayslastline"
# Windows at startup
screen -t "tvp_chromium" 0 bash -c 'DISPLAY=:0 xdotool mousemove 10000 10000 && DISPLAY=:0 chromium-browser --kiosk --incognito --disable-gpu http://localhost:5000'
screen -t bash 1 bash
select 1