From e62f403f561809eb01e2adfaa88f6160b9a2b266 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Fri, 13 Jun 2025 19:34:53 +0100 Subject: [PATCH] config: deprecate A-F3 ...because A-F3 is too close to A-F4 and it is better to be agnostic to choice of launcher. --- docs/labwc-config.5.scd | 1 - docs/rc.xml.all | 3 --- include/config/default-bindings.h | 7 ------- 3 files changed, 11 deletions(-) diff --git a/docs/labwc-config.5.scd b/docs/labwc-config.5.scd index 33c47a41..8f202276 100644 --- a/docs/labwc-config.5.scd +++ b/docs/labwc-config.5.scd @@ -696,7 +696,6 @@ extending outward from the snapped edge. A-Tab - next window A-S-Tab - previous window W-Return - alacritty - A-F3 - run bemenu A-F4 - close window W-a - toggle maximize W- - resize window to fill half the output diff --git a/docs/rc.xml.all b/docs/rc.xml.all index 8b9d5bc1..75f54d9a 100644 --- a/docs/rc.xml.all +++ b/docs/rc.xml.all @@ -260,9 +260,6 @@ - - - diff --git a/include/config/default-bindings.h b/include/config/default-bindings.h index 75951ad3..98933afb 100644 --- a/include/config/default-bindings.h +++ b/include/config/default-bindings.h @@ -22,13 +22,6 @@ static struct key_combos { .name = "command", .value = "alacritty", }, - }, { - .binding = "A-F3", - .action = "Execute", - .attributes[0] = { - .name = "command", - .value = "bemenu-run", - }, }, { .binding = "A-F4", .action = "Close", -- 2.52.0