From: Johan Malm Date: Wed, 9 Sep 2020 17:58:02 +0000 (+0100) Subject: rcxml: remove invalid keybind X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=c0a807765e0f4758de164af3f0c32a204a452363;p=proto%2Flabwc.git rcxml: remove invalid keybind --- diff --git a/src/config/rcxml.c b/src/config/rcxml.c index 03e67e67..46632814 100644 --- a/src/config/rcxml.c +++ b/src/config/rcxml.c @@ -243,7 +243,6 @@ static void post_processing(void) info("loading default key bindings"); bind("A-Escape", "Exit"); bind("A-Tab", "NextWindow"); - bind("A-F3", "Execute"); } if (!rc.theme_name)