From 22c2627a2bfc894017f218fc0f8e5930e412f372 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sun, 23 Feb 2020 10:43:09 -0500 Subject: we no longer use screen --- .screenrc | 22 ---------------------- .screenrc-mail | 3 --- Makefile | 2 -- 3 files changed, 27 deletions(-) delete mode 100644 .screenrc delete mode 100644 .screenrc-mail diff --git a/.screenrc b/.screenrc deleted file mode 100644 index 324f24e..0000000 --- a/.screenrc +++ /dev/null @@ -1,22 +0,0 @@ -defutf8 on -shell ZSH_PATH -encoding UTF-8 -vbell on -defnonblock 5 -term screen-256color -#terminfo rxvt-unicode 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' - -startup_message off - -hardstatus alwayslastline -#hardstatus string "%{=}%{g}[%{B}%D %d/%m%{W}%c:%s%{g}][%= %{w}%?%-Lw%?%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{+b r}%H%{-b r}%{W}:%l%{g}]" -hardstatus string "%{=}%{g}[%{B}%D %d/%m%{W}%c:%s%{g}][%= %{w}%?%-Lw%?%{b}(%{C}%n%{W}*%f %t%?(%u)%?%{b})%{w}%?%+Lw%?%?%= %{g}][%{SCREEN_HOST_COLOUR}%H%{-s w}:%{W}%l%{g}]" - -shelltitle '$ |zsh' -idle 3600 detach - -# define a bigger scrollback, default is 100 lines -defscrollback 1024 - -# Make Control-t our escape -escape ^t^t diff --git a/.screenrc-mail b/.screenrc-mail deleted file mode 100644 index 96a1152..0000000 --- a/.screenrc-mail +++ /dev/null @@ -1,3 +0,0 @@ -source ~/.screenrc -sessionname mail -screen -t mutt 0 mutt diff --git a/Makefile b/Makefile index 4d4f92b..f4eb52e 100755 --- a/Makefile +++ b/Makefile @@ -18,7 +18,6 @@ LOCAL_FILES = \ .nailrc \ .netrc \ .offlineimaprc \ - .screenrc \ .xinitrc \ .xmonad/xmonad.hs \ .zsh/func/prompt_wunjo_setup \ @@ -67,7 +66,6 @@ GLOBAL_FILES = \ .rlwrap/mail_filter \ .sbuildrc \ .screenlayout/ \ - .screenrc-mail \ .signature \ .ssh/ \ .tmux/ \ -- cgit v1.2.3