From 21ff46117fce378813f5d6c15c23c9df5ab16e8a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 29 Dec 2016 18:27:56 -0500 Subject: [PATCH] screenrc: unbind login/logout junk --- .screenrc | 6 ++++++ 1 file changed, 6 insertions(+) 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" -- 2.39.2