mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 04:56:12 +03:00
add X11 xmonad to tiling_desktop_environments
This commit is contained in:
parent
a2f2c07a29
commit
ed430415ee
@ -1766,6 +1766,7 @@ fn default_tiling_desktop_environments() -> Vec<String> {
|
|||||||
"X11 bspwm",
|
"X11 bspwm",
|
||||||
"X11 dwm",
|
"X11 dwm",
|
||||||
"X11 i3",
|
"X11 i3",
|
||||||
|
"X11 xmonad",
|
||||||
]
|
]
|
||||||
.iter()
|
.iter()
|
||||||
.map(|s| s.to_string())
|
.map(|s| s.to_string())
|
||||||
|
Loading…
Reference in New Issue
Block a user