]> git.wh0rd.org - home.git/commitdiff
screenrc: unbind login/logout junk
authorMike Frysinger <vapier@gentoo.org>
Thu, 29 Dec 2016 23:27:56 +0000 (18:27 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 29 Dec 2016 23:27:56 +0000 (18:27 -0500)
.screenrc

index 66d3ce29c8ff1e3a28e2c5eefc61d6ac78da59e1..73640aa25e6027fca508d955843bd0795d233544 100644 (file)
--- 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"