Commit 745f568a authored by Dylan Araps's avatar Dylan Araps

wm: Added support for dwm

parent 6fc44ec4
...@@ -788,6 +788,7 @@ get_wm() { ...@@ -788,6 +788,7 @@ get_wm() {
[[ -z "$wm" ]] && \ [[ -z "$wm" ]] && \
wm="$(ps -e | grep -m 1 -o -F \ wm="$(ps -e | grep -m 1 -o -F \
-e "catwm" \ -e "catwm" \
-e "dwm" \
-e "monsterwm" \ -e "monsterwm" \
-e "tinywm")" -e "tinywm")"
......
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