wm: Remove uneeded velox detection

This commit is contained in:
dylan araps 2017-12-17 20:08:30 +11:00
parent a9df517fd4
commit 80a34bdf28
1 changed files with 0 additions and 1 deletions

View File

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