wm: Added support for more Wayland Compositors

This commit is contained in:
Dylan Araps 2018-04-16 13:57:38 +10:00
parent 970c4dfc29
commit 8fcc19c4d4
1 changed files with 10 additions and 3 deletions

View File

@ -747,21 +747,28 @@ get_wm() {
if [[ "$WAYLAND_DISPLAY" ]]; then
wm="$(ps -e | grep -m 1 -o -F \
-e "arcan" \
-e "asc" \
-e "clayland" \
-e "fireplace" \
-e "greenfield" \
-e "grefsen" \
-e "mazecompositor" \
-e "lipstick" \
-e "maynard" \
-e "mazecompositor" \
-e "motorcar" \
-e "orbment" \
-e "orbital" \
-e "orbment" \
-e "perceptia" \
-e "rustland" \
-e "sway" \
-e "ulubis" \
-e "velox" \
-e "wavy" \
-e "wayhouse" \
-e "way-cooler" \
-e "wayfire" \
-e "wayhouse" \
-e "westeros" \
-e "westford" \
-e "weston")"