diff options
| author | kj-sh604 | 2024-07-16 02:25:29 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-07-16 02:25:29 -0400 |
| commit | efc27bba08d8fb797c07586c2b7a3dde458bffe9 (patch) | |
| tree | 37cea38fff7b02bb49688219cb4a5a074681283d /.config/screen/screenrc | |
| parent | 7f4e99991a35de74068af5f753eff41c0d215861 (diff) | |
refactor: `screen` config best practice
Diffstat (limited to '.config/screen/screenrc')
| -rw-r--r-- | .config/screen/screenrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/screen/screenrc b/.config/screen/screenrc index 1ed96ff..8d72bfc 100644 --- a/.config/screen/screenrc +++ b/.config/screen/screenrc @@ -1,6 +1,6 @@ # this config requires Screen v5 (-git master branch release) truecolor on -hardstatus off +hardstatus off # puts notifications at the bottom hardstatus firstline '%{#999999}[ GNU screen ]%{#ffffff} %< %{7}%?%-Lw%?%{1;0}%{#009dff}(== %{#ffffff}%n %h%?(%u)%?%{1;0}%{#009dff} ==)%{7}%?%+Lw%?%?' altscreen on bind 0 select 10 |
