Skip to content

Commit

Permalink
add awesome to default tiling_desktop_environments.
Browse files Browse the repository at this point in the history
  • Loading branch information
UserIsntAvailable authored and wez committed Aug 19, 2023
1 parent f2d78ff commit fd9afa1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1711,7 +1711,7 @@ fn default_max_fps() -> u8 {
}

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()
.map(|s| s.to_string())
.collect()
Expand Down
7 changes: 7 additions & 0 deletions docs/config/lua/config/tiling_desktop_environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [ShowDebugOverlay](../keyassignment/ShowDebugOverlay.md) key assignment.
The default key binding for it is <kbd>Ctrl</kbd> + <kbd>Shift</kbd> +
Expand Down

0 comments on commit fd9afa1

Please sign in to comment.