]> git.mdlowis.com Git - proto/labwc.git/commitdiff
config: deprecate A-F3
authorJohan Malm <jgm323@gmail.com>
Fri, 13 Jun 2025 18:34:53 +0000 (19:34 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sun, 22 Jun 2025 19:43:30 +0000 (20:43 +0100)
...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
docs/rc.xml.all
include/config/default-bindings.h

index 33c47a4158e9b496da3136b58f954d14c4279ce4..8f20227615270954848869a98c6948ed53b7d28b 100644 (file)
@@ -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-<arrow> - resize window to fill half the output
index 8b9d5bc1989c434511d7f51cc45f52c2ff8f649b..75f54d9a451065d59ba0df7c580c20d954a5c231 100644 (file)
     <keybind key="W-Return">
       <action name="Execute" command="alacritty" />
     </keybind>
-    <keybind key="A-F3">
-      <action name="Execute" command="bemenu-run" />
-    </keybind>
     <keybind key="A-F4">
       <action name="Close" />
     </keybind>
index 75951ad370335e53a0c31635668eb86d86c893cc..98933afb9142f9cb71639a072e452d30f513422e 100644 (file)
@@ -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",