mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
Replace alacritty in default keybind with lab-sensible-terminal
This commit is contained in:
parent
c931399afc
commit
3aab0c3b91
4 changed files with 4 additions and 4 deletions
|
|
@ -221,7 +221,7 @@ If you have not created an rc.xml config file, default bindings will be:
|
||||||
| ------------------------ | ------
|
| ------------------------ | ------
|
||||||
| `alt`-`tab` | activate next window
|
| `alt`-`tab` | activate next window
|
||||||
| `alt`-`shift`-`tab` | activate previous window
|
| `alt`-`shift`-`tab` | activate previous window
|
||||||
| `super`-`return` | alacritty
|
| `super`-`return` | lab-sensible-terminal
|
||||||
| `alt`-`F4` | close window
|
| `alt`-`F4` | close window
|
||||||
| `super`-`a` | toggle maximize
|
| `super`-`a` | toggle maximize
|
||||||
| `super`-`mouse-left` | move window
|
| `super`-`mouse-left` | move window
|
||||||
|
|
|
||||||
|
|
@ -695,7 +695,7 @@ extending outward from the snapped edge.
|
||||||
```
|
```
|
||||||
A-Tab - next window
|
A-Tab - next window
|
||||||
A-S-Tab - previous window
|
A-S-Tab - previous window
|
||||||
W-Return - alacritty
|
W-Return - lab-sensible-terminal
|
||||||
A-F4 - close window
|
A-F4 - close window
|
||||||
W-a - toggle maximize
|
W-a - toggle maximize
|
||||||
W-<arrow> - resize window to fill half the output
|
W-<arrow> - resize window to fill half the output
|
||||||
|
|
|
||||||
|
|
@ -258,7 +258,7 @@
|
||||||
<action name="PreviousWindow" />
|
<action name="PreviousWindow" />
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-Return">
|
<keybind key="W-Return">
|
||||||
<action name="Execute" command="alacritty" />
|
<action name="Execute" command="lab-sensible-terminal" />
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="A-F4">
|
<keybind key="A-F4">
|
||||||
<action name="Close" />
|
<action name="Close" />
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ static struct key_combos {
|
||||||
.action = "Execute",
|
.action = "Execute",
|
||||||
.attributes[0] = {
|
.attributes[0] = {
|
||||||
.name = "command",
|
.name = "command",
|
||||||
.value = "alacritty",
|
.value = "lab-sensible-terminal",
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
.binding = "A-F4",
|
.binding = "A-F4",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue