Skip to content

Instantly share code, notes, and snippets.

View whohe's full-sized avatar

Wilson whohe

View GitHub Profile
@whohe
whohe / screen.rc
Last active April 8, 2024 15:36 — forked from devvesa/screen.rc
GNU Screen configuration file
# disable startup message
startup_message off
# autodetach screen sessions
autodetach on
altscreen on
# set status line always in last line
hardstatus alwayslastline
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{=kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B}%Y-%m-%d %{W}%c %{g}]'