From 3aab0c3b913f6c715aef0c3142289b5fb9a954d7 Mon Sep 17 00:00:00 2001 From: tokyo4j Date: Sat, 5 Jul 2025 16:25:22 +0900 Subject: [PATCH] Replace alacritty in default keybind with lab-sensible-terminal --- README.md | 2 +- docs/labwc-config.5.scd | 2 +- docs/rc.xml.all | 2 +- include/config/default-bindings.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4597438b..58651d48 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ If you have not created an rc.xml config file, default bindings will be: | ------------------------ | ------ | `alt`-`tab` | activate next window | `alt`-`shift`-`tab` | activate previous window -| `super`-`return` | alacritty +| `super`-`return` | lab-sensible-terminal | `alt`-`F4` | close window | `super`-`a` | toggle maximize | `super`-`mouse-left` | move window diff --git a/docs/labwc-config.5.scd b/docs/labwc-config.5.scd index fcca2374..5b303138 100644 --- a/docs/labwc-config.5.scd +++ b/docs/labwc-config.5.scd @@ -695,7 +695,7 @@ extending outward from the snapped edge. ``` A-Tab - next window A-S-Tab - previous window - W-Return - alacritty + W-Return - lab-sensible-terminal 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 baffc84c..9342ee15 100644 --- a/docs/rc.xml.all +++ b/docs/rc.xml.all @@ -258,7 +258,7 @@ - + diff --git a/include/config/default-bindings.h b/include/config/default-bindings.h index 56f08cf5..98c0b206 100644 --- a/include/config/default-bindings.h +++ b/include/config/default-bindings.h @@ -20,7 +20,7 @@ static struct key_combos { .action = "Execute", .attributes[0] = { .name = "command", - .value = "alacritty", + .value = "lab-sensible-terminal", }, }, { .binding = "A-F4",