1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-29 00:21:57 +03:00

add awesome to default tiling_desktop_environments.

This commit is contained in:
UserIsntAvailable 2023-08-18 19:08:38 -04:00 committed by Wez Furlong
parent f2d78ff60d
commit fd9afa18c6
2 changed files with 8 additions and 1 deletions

View File

@ -1711,7 +1711,7 @@ fn default_max_fps() -> u8 {
} }
fn default_tiling_desktop_environments() -> Vec<String> { fn default_tiling_desktop_environments() -> Vec<String> {
["X11 LG3D", "X11 bspwm", "X11 i3", "X11 dwm"] ["X11 LG3D", "X11 bspwm", "X11 i3", "X11 dwm", "X11 awesome"]
.iter() .iter()
.map(|s| s.to_string()) .map(|s| s.to_string())
.collect() .collect()

View File

@ -18,6 +18,13 @@ config.tiling_desktop_environments = {
} }
``` ```
{{since('dev')}}
The following additional entries are now part of the default value of
`tiling_desktop_environments`:
* '"X11 awesome"'
The environment name can be found in the debug overlay which you can show via The environment name can be found in the debug overlay which you can show via
the [ShowDebugOverlay](../keyassignment/ShowDebugOverlay.md) key assignment. the [ShowDebugOverlay](../keyassignment/ShowDebugOverlay.md) key assignment.
The default key binding for it is <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + The default key binding for it is <kbd>Ctrl</kbd> + <kbd>Shift</kbd> +