From 499baa00277651b0e4ea67e82c2725e293322735 Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Sat, 13 Jul 2024 16:43:54 -0400 Subject: refactor: `screenrc` --- .config/screen/screenrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.config/screen/screenrc') 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" -- cgit v1.2.3