diff options
| author | kj-sh604 | 2024-07-13 16:43:54 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-07-13 16:43:54 -0400 |
| commit | 499baa00277651b0e4ea67e82c2725e293322735 (patch) | |
| tree | 7f439d6fece28ada31940a4b72aca4f7496fb403 /.config | |
| parent | cc702fc43a94ef858125e36638e2d10be823a3c6 (diff) | |
refactor: `screenrc`
Diffstat (limited to '.config')
| -rw-r--r-- | .config/screen/screenrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/screen/screenrc b/.config/screen/screenrc index 97385a7..48245a6 100644 --- a/.config/screen/screenrc +++ b/.config/screen/screenrc @@ -3,9 +3,12 @@ truecolor on hardstatus off backtick 0 5 5 "/bin/date" '+%m/%d (%a)' backtick 1 5 5 "/bin/date" '+%H%M' -hardstatus alwayslastline '%{#999999}[ GNU screen ]%{#ffffff} [ %{#ffffff}%= %{7}%?%-Lw%?%{1;0}%{#0072ff}|||%{15}%n%f%t%?(%u)%?%{1;0}%{#0072ff}|||%{7}%?%+Lw%?%? %=%{#ffffff} ] %{#999999}[ %{#999999}%0` %1`]' +hardstatus firstline +hardstatus string '%{#999999}[ GNU screen ]%{#ffffff} %= %{7}%?%-Lw%?%{1;0}%{#009dff}[==%{#ffffff}%n%f%t%?(%u)%?%{1;0}%{#009dff}==]%{7}%?%+Lw%?%? %= %{#999999}[ %{#999999}%0` %1` ]' +altscreen on defscrollback 5000 escape ^\a +maptimeout 0 mousetrack on shell /usr/bin/fish shelltitle "$ |fish" |
