From ec0cb3a6fcf777f4df7f99d2021289bb33dff776 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 11db0e58..825a1e3c 100644 --- a/docs/labwc-config.5.scd +++ b/docs/labwc-config.5.scd @@ -689,7 +689,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 22483287..15439ccf 100644 --- a/docs/rc.xml.all +++ b/docs/rc.xml.all @@ -259,9 +259,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",