summaryrefslogtreecommitdiff
path: root/.screenrc
diff options
context:
space:
mode:
authortinfoil-hat <mail@tinfoil-hat.net>2022-11-05 15:01:02 +0100
committertinfoil-hat <mail@tinfoil-hat.net>2022-11-05 15:01:02 +0100
commitd650d5a4ad38642d83fb2d83ddff8fd12917627d (patch)
tree53e59d01e9550639a798de6b1b856d794505506c /.screenrc
downloaddotfiles-d650d5a4ad38642d83fb2d83ddff8fd12917627d.tar.gz
dotfiles-d650d5a4ad38642d83fb2d83ddff8fd12917627d.tar.bz2
dotfiles-d650d5a4ad38642d83fb2d83ddff8fd12917627d.zip
Update 2022-11-05 15:01 Linux/x86_64
Diffstat (limited to '.screenrc')
-rw-r--r--.screenrc12
1 files changed, 12 insertions, 0 deletions
diff --git a/.screenrc b/.screenrc
new file mode 100644
index 0000000..59bcb7d
--- /dev/null
+++ b/.screenrc
@@ -0,0 +1,12 @@
+screen -t /bin/bash
+
+altscreen on
+term screen-256color
+bind ',' prev
+bind '.' next
+
+#change the hardstatus settings to give an window list at the bottom of the
+##screen, with the time and date and with the current window highlighted
+hardstatus alwayslastline
+# hardstatus string '%{= kG}%-Lw%{= kW}%50> %n%f* %t%{= kG}%+Lw%< %{= kG}%-=%c:%s%{-}'
+hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W}%c %{g}]'