Commit 80a34bdf authored by dylan araps's avatar dylan araps

wm: Remove uneeded velox detection

parent a9df517f
...@@ -718,7 +718,6 @@ get_wm() { ...@@ -718,7 +718,6 @@ get_wm() {
[[ "$wm" == "xwlc" ]] && \ [[ "$wm" == "xwlc" ]] && \
wm="$(ps -e | grep -m 1 -o -F -e "sway" \ wm="$(ps -e | grep -m 1 -o -F -e "sway" \
-e "orbment" \ -e "orbment" \
-e "velox" \
-e "orbital" \ -e "orbital" \
-e "way-cooler")" -e "way-cooler")"
......
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