Skip to content
Snippets Groups Projects
Select Git revision
  • 9e8d55e7e275d9591cfbc3d757d49de80cc9478c
  • master default
  • 1
  • 2
  • 3
  • 4
  • branche_annexe
  • test
  • Mechanical
  • platypus
  • wiikip
  • arnold
  • laBandaEwen
  • debuging
  • yolo
  • premiere_branche
  • coshyp
  • nvlle_branche
  • Alberich
  • branchpourtoncasser
  • branch_tcd
21 results

manifest.json

Blame
  • Forked from Thomas Sainrat / formation-git
    Source project has a limited visibility.
    .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