Commit a9df517f authored by dylan araps's avatar dylan araps

wm: Add support for way-cooler

parent 6711ebc9
......@@ -716,7 +716,11 @@ get_wm() {
# Fallback for Wayland wms.
[[ "$wm" == "xwlc" ]] && \
wm="$(ps -e | grep -m 1 -o -F -e "sway" -e "orbment" -e "velox" -e "orbital")"
wm="$(ps -e | grep -m 1 -o -F -e "sway" \
-e "orbment" \
-e "velox" \
-e "orbital" \
-e "way-cooler")"
else
case "$os" in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment