--- /usr/bin/runwm~ 2015-09-07 17:40:42.194553314 +0300 +++ /usr/bin/runwm 2015-09-07 17:40:55.391614489 +0300 @@ -108,7 +108,7 @@ scan_wm_dir() fi # if found WM, execute - if [ "$wm" = default -o "$wm" = "$name" ]; then + if [ "$wm" = default -o "$wm" = "$name" -o "$wm" = "$exec" ]; then exec_wm "$exec" "$@" fi fi