]> git.mdlowis.com Git - proto/labwc.git/commitdiff
Replace alacritty in default keybind with lab-sensible-terminal
authortokyo4j <hrak1529@gmail.com>
Sat, 5 Jul 2025 07:25:22 +0000 (16:25 +0900)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sun, 6 Jul 2025 13:11:27 +0000 (14:11 +0100)
README.md
docs/labwc-config.5.scd
docs/rc.xml.all
include/config/default-bindings.h

index 4597438b4aa3366cfb2cc39b8bbaf53989f1efd4..58651d48352fc74bbb1c973643ca489babd62121 100644 (file)
--- 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
index fcca237495b04c8bb08a238e6695dfb41dd6fc76..5b303138358260c92472fe06382e46dd10c41ce4 100644 (file)
@@ -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-<arrow> - resize window to fill half the output
index baffc84c7ab9906f20431a0540db4203b0690fd5..9342ee15d1657eec5154aa301344f2ba0585f1b2 100644 (file)
       <action name="PreviousWindow" />
     </keybind>
     <keybind key="W-Return">
-      <action name="Execute" command="alacritty" />
+      <action name="Execute" command="lab-sensible-terminal" />
     </keybind>
     <keybind key="A-F4">
       <action name="Close" />
index 56f08cf54cfdd9d0d9ac27b73f285e2aa37557aa..98c0b206166476acc53ecaf7b739dae6d39c0b91 100644 (file)
@@ -20,7 +20,7 @@ static struct key_combos {
                .action = "Execute",
                .attributes[0] = {
                        .name = "command",
-                       .value = "alacritty",
+                       .value = "lab-sensible-terminal",
                },
        }, {
                .binding = "A-F4",