From: Mike Frysinger Date: Thu, 29 Dec 2016 23:27:56 +0000 (-0500) Subject: screenrc: unbind login/logout junk X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=21ff46117fce378813f5d6c15c23c9df5ab16e8a;p=home.git screenrc: unbind login/logout junk --- diff --git a/.screenrc b/.screenrc index 66d3ce2..73640aa 100644 --- a/.screenrc +++ b/.screenrc @@ -13,5 +13,11 @@ bind ^x # Unbind the license command. bind , +# Unbind the login/logout commands. +deflogin off +bind L +bind I +bind O + # Set default windowlist to include the hardstatus (PS1 shell setting). windowlist string "%3n %h%=%f"