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 if [[ "$WAYLAND_DISPLAY" ]]; then
wm="$(ps -e | grep -m 1 -o -F \ wm="$(ps -e | grep -m 1 -o -F \
-e "arcan" \
-e "asc" \ -e "asc" \
-e "clayland" \
-e "fireplace" \ -e "fireplace" \
-e "greenfield" \
-e "grefsen" \ -e "grefsen" \
-e "mazecompositor" \ -e "lipstick" \
-e "maynard" \ -e "maynard" \
-e "mazecompositor" \
-e "motorcar" \ -e "motorcar" \
-e "orbment" \
-e "orbital" \ -e "orbital" \
-e "orbment" \
-e "perceptia" \ -e "perceptia" \
-e "rustland" \ -e "rustland" \
-e "sway" \ -e "sway" \
-e "ulubis" \
-e "velox" \ -e "velox" \
-e "wavy" \ -e "wavy" \
-e "wayhouse" \
-e "way-cooler" \ -e "way-cooler" \
-e "wayfire" \
-e "wayhouse" \
-e "westeros" \
-e "westford" \ -e "westford" \
-e "weston")" -e "weston")"