From 97244fc360240c62107129083d22c8e3e87f34cb Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 7 Jan 2014 11:47:55 -0500 Subject: [PATCH] screenrc: disable annoying commands --- .screenrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.screenrc b/.screenrc index 98269c2..f84c5e4 100644 --- a/.screenrc +++ b/.screenrc @@ -4,3 +4,10 @@ vbell off vbell_msg "" bell_msg "" defscrollback 10000 + +# Unbind the lockscreen command. +bind x +bind ^x + +# Unbind the license command. +bind , -- 2.39.5